Html Css Color HEX #566791 Waikawa Grey

📋 copy color: '#566791'

red 86 ◦ green 103 ◦ blue 145

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

Shades of Waikawa Grey #566791

Tints of Waikawa Grey #566791

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.84%

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

R = 25.75%
G = 30.84%
B = 43.41%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#566791 (or 0x566791) is known color: Waikawa Grey. HEX triplet: 56, 67 and 91. RGB value is (86,103,145). Sum of RGB (Red+Green+Blue) = 86+103+145=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 145 - color contains mainly: blue. Hex color #566791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566791 is #A9986E. Grayscale: #666666. Windows color (decimal): -11114607 or 9529174. OLE color: 9529174.

HSL color Cylindrical-coordinate representation of color #566791: hue angle of 222.71º 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 #566791 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 86 103 145 -
CMYK 0.41 0.29 0 0.43
HSL 222.71º 0.26% 0.45% -
HSV(B) 222.71º 0.41% 0.57% -
XYZ 13.8 13.72 28.71 -
YUV 102.71 151.87 116.08 -
System Red Green Blue C M Y K H S L
Decimal 86 103 145 0.41 0.29 0 0.43 222.71 0.26 0.45
Hex 56 67 91 29 1D 0 2B DF 1A 2D
Octal 126 147 221 51 35 0 53 337 32 55
Binary 1010110 1100111 10010001 101001 11101 0 101011 11011111 11010 101101

Color Harmonies of #566791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566791

Black with #566791

Text Example


Text Example

White with #566791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566791; }

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

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

background-color css

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

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

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

border-color css

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

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

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