Html Css Color HEX #566288 Waikawa Grey

📋 copy color: '#566288'

red 86 ◦ green 98 ◦ blue 136

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

Shades of Waikawa Grey #566288

Tints of Waikawa Grey #566288

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.63%

 BLUE value IS 136 (53.52% from 255) = 42.5%

R = 26.88%
G = 30.63%
B = 42.5%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#566288 (or 0x566288) is known color: Waikawa Grey. HEX triplet: 56, 62 and 88. RGB value is (86,98,136). Sum of RGB (Red+Green+Blue) = 86+98+136=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #566288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566288 is #A99D77. Grayscale: #626262. Windows color (decimal): -11115896 or 8938070. OLE color: 8938070.

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

Color convert

RGB 86 98 136 -
CMYK 0.37 0.28 0 0.47
HSL 225.6º 0.23% 0.44% -
HSV(B) 225.6º 0.37% 0.53% -
XYZ 12.65 12.49 25.04 -
YUV 98.74 149.02 118.91 -
System Red Green Blue C M Y K H S L
Decimal 86 98 136 0.37 0.28 0 0.47 225.6 0.23 0.44
Hex 56 62 88 25 1C 0 2F E2 17 2C
Octal 126 142 210 45 34 0 57 342 27 54
Binary 1010110 1100010 10001000 100101 11100 0 101111 11100010 10111 101100

Color Harmonies of #566288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566288

Black with #566288

Text Example


Text Example

White with #566288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566288; }

 p { color: rgb(86,98,136); }

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

background-color css

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

 a { background-color: rgb(86,98,136); }

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

border-color css

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

 span { border-color: rgb(86,98,136); }

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