Html Css Color HEX #566790 Waikawa Grey

📋 copy color: '#566790'

red 86 ◦ green 103 ◦ blue 144

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

Shades of Waikawa Grey #566790

Tints of Waikawa Grey #566790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.24%

R = 25.83%
G = 30.93%
B = 43.24%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#566790 (or 0x566790) is known color: Waikawa Grey. HEX triplet: 56, 67 and 90. RGB value is (86,103,144). Sum of RGB (Red+Green+Blue) = 86+103+144=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 144 - color contains mainly: blue. Hex color #566790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566790 is #A9986F. Grayscale: #666666. Windows color (decimal): -11114608 or 9463638. OLE color: 9463638.

HSL color Cylindrical-coordinate representation of color #566790: hue angle of 222.41º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #566790 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 103 144 -
CMYK 0.40 0.28 0 0.44
HSL 222.41º 0.25% 0.45% -
HSV(B) 222.41º 0.4% 0.56% -
XYZ 13.72 13.69 28.31 -
YUV 102.59 151.37 116.17 -
System Red Green Blue C M Y K H S L
Decimal 86 103 144 0.40 0.28 0 0.44 222.41 0.25 0.45
Hex 56 67 90 28 1C 0 2C DE 19 2D
Octal 126 147 220 50 34 0 54 336 31 55
Binary 1010110 1100111 10010000 101000 11100 0 101100 11011110 11001 101101

Color Harmonies of #566790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566790

Black with #566790

Text Example


Text Example

White with #566790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566790; }

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

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

background-color css

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

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

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

border-color css

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

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

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