Html Css Color HEX #566086 Waikawa Grey

📋 copy color: '#566086'

red 86 ◦ green 96 ◦ blue 134

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

Shades of Waikawa Grey #566086

Tints of Waikawa Grey #566086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 42.41%

R = 27.22%
G = 30.38%
B = 42.41%

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

#566086 (or 0x566086) is known color: Waikawa Grey. HEX triplet: 56, 60 and 86. RGB value is (86,96,134). Sum of RGB (Red+Green+Blue) = 86+96+134=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 134 - color contains mainly: blue. Hex color #566086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566086 is #A99F79. Grayscale: #616161. Windows color (decimal): -11116410 or 8806486. OLE color: 8806486.

HSL color Cylindrical-coordinate representation of color #566086: hue angle of 227.5º 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 #566086 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 96 134 -
CMYK 0.36 0.28 0 0.47
HSL 227.5º 0.22% 0.43% -
HSV(B) 227.5º 0.36% 0.53% -
XYZ 12.32 12.07 24.23 -
YUV 97.34 148.69 119.91 -
System Red Green Blue C M Y K H S L
Decimal 86 96 134 0.36 0.28 0 0.47 227.5 0.22 0.43
Hex 56 60 86 24 1C 0 2F E4 16 2B
Octal 126 140 206 44 34 0 57 344 26 53
Binary 1010110 1100000 10000110 100100 11100 0 101111 11100100 10110 101011

Color Harmonies of #566086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566086

Black with #566086

Text Example


Text Example

White with #566086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566086; }

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

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

background-color css

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

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

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

border-color css

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

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

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