Html Css Color HEX #566191 Waikawa Grey

📋 copy color: '#566191'

red 86 ◦ green 97 ◦ blue 145

#566191
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waikawa Grey #566191

Tints of Waikawa Grey #566191

RGB

 RED value IS 86 (33.98% from 255) = 26.22%

 GREEN value IS 97 (38.28% from 255) = 29.57%

 BLUE value IS 145 (57.03% from 255) = 44.21%

R = 26.22%
G = 29.57%
B = 44.21%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#566191 (or 0x566191) is known color: Waikawa Grey. HEX triplet: 56, 61 and 91. RGB value is (86,97,145). Sum of RGB (Red+Green+Blue) = 86+97+145=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 145 - color contains mainly: blue. Hex color #566191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566191 is #A99E6E. Grayscale: #626262. Windows color (decimal): -11116143 or 9527638. OLE color: 9527638.

HSL color Cylindrical-coordinate representation of color #566191: hue angle of 228.81º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #566191 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 86 97 145 -
CMYK 0.41 0.33 0 0.43
HSL 228.81º 0.26% 0.45% -
HSV(B) 228.81º 0.41% 0.57% -
XYZ 13.22 12.57 28.52 -
YUV 99.18 153.86 118.6 -
System Red Green Blue C M Y K H S L
Decimal 86 97 145 0.41 0.33 0 0.43 228.81 0.26 0.45
Hex 56 61 91 29 21 0 2B E5 1A 2D
Octal 126 141 221 51 41 0 53 345 32 55
Binary 1010110 1100001 10010001 101001 100001 0 101011 11100101 11010 101101

Color Harmonies of #566191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566191

Black with #566191

Text Example


Text Example

White with #566191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566191; }

 p { color: rgb(86,97,145); }

 H1.HeaderClassName
 {
   color: #566191;
 }
 .AnyTagClassName
 {
   color: #566191;
 }
</style>

background-color css

<style>
 a { background-color: #566191; }

 a { background-color: rgb(86,97,145); }

 div.DivClassName
 {
   background-color: #566191;
 }
 .BgClassName
 {
   background-color: #566191;
 }
</style>

border-color css

<style>
 span { border-color: #566191; }

 span { border-color: rgb(86,97,145); }

 td.TdClassName
 {
   border-color: #566191;
 }
 .TagClassName
 {
   border-color: #566191;
 }
</style>