Html Css Color HEX #566187 Waikawa Grey

📋 copy color: '#566187'

red 86 ◦ green 97 ◦ blue 135

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

Shades of Waikawa Grey #566187

Tints of Waikawa Grey #566187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 42.45%

R = 27.04%
G = 30.5%
B = 42.45%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#566187 (or 0x566187) is known color: Waikawa Grey. HEX triplet: 56, 61 and 87. RGB value is (86,97,135). Sum of RGB (Red+Green+Blue) = 86+97+135=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 135 - color contains mainly: blue. Hex color #566187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566187 is #A99E78. Grayscale: #616161. Windows color (decimal): -11116153 or 8872278. OLE color: 8872278.

HSL color Cylindrical-coordinate representation of color #566187: hue angle of 226.53º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #566187 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 97 135 -
CMYK 0.36 0.28 0 0.47
HSL 226.53º 0.22% 0.43% -
HSV(B) 226.53º 0.36% 0.53% -
XYZ 12.49 12.28 24.63 -
YUV 98.04 148.86 119.41 -
System Red Green Blue C M Y K H S L
Decimal 86 97 135 0.36 0.28 0 0.47 226.53 0.22 0.43
Hex 56 61 87 24 1C 0 2F E3 16 2B
Octal 126 141 207 44 34 0 57 343 26 53
Binary 1010110 1100001 10000111 100100 11100 0 101111 11100011 10110 101011

Color Harmonies of #566187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566187

Black with #566187

Text Example


Text Example

White with #566187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566187; }

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

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

background-color css

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

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

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

border-color css

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

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

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