Html Css Color HEX #566089 Waikawa Grey

📋 copy color: '#566089'

red 86 ◦ green 96 ◦ blue 137

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

Shades of Waikawa Grey #566089

Tints of Waikawa Grey #566089

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.09%

 BLUE value IS 137 (53.91% from 255) = 42.95%

R = 26.96%
G = 30.09%
B = 42.95%

CMYK

 C value IS 0.37

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#566089 (or 0x566089) is known color: Waikawa Grey. HEX triplet: 56, 60 and 89. RGB value is (86,96,137). Sum of RGB (Red+Green+Blue) = 86+96+137=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 137 - color contains mainly: blue. Hex color #566089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566089 is #A99F76. Grayscale: #616161. Windows color (decimal): -11116407 or 9003094. OLE color: 9003094.

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

Color convert

RGB 86 96 137 -
CMYK 0.37 0.30 0 0.46
HSL 228.24º 0.23% 0.44% -
HSV(B) 228.24º 0.37% 0.54% -
XYZ 12.54 12.15 25.35 -
YUV 97.68 150.19 119.67 -
System Red Green Blue C M Y K H S L
Decimal 86 96 137 0.37 0.30 0 0.46 228.24 0.23 0.44
Hex 56 60 89 25 1E 0 2E E4 17 2C
Octal 126 140 211 45 36 0 56 344 27 54
Binary 1010110 1100000 10001001 100101 11110 0 101110 11100100 10111 101100

Color Harmonies of #566089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566089

Black with #566089

Text Example


Text Example

White with #566089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566089; }

 p { color: rgb(86,96,137); }

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

background-color css

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

 a { background-color: rgb(86,96,137); }

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

border-color css

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

 span { border-color: rgb(86,96,137); }

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