Html Css Color HEX #566796 Waikawa Grey

📋 copy color: '#566796'

red 86 ◦ green 103 ◦ blue 150

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

Shades of Waikawa Grey #566796

Tints of Waikawa Grey #566796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.25%

R = 25.37%
G = 30.38%
B = 44.25%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#566796 (or 0x566796) is known color: Waikawa Grey. HEX triplet: 56, 67 and 96. RGB value is (86,103,150). Sum of RGB (Red+Green+Blue) = 86+103+150=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 150 - color contains mainly: blue. Hex color #566796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566796 is #A99869. Grayscale: #676767. Windows color (decimal): -11114602 or 9856854. OLE color: 9856854.

HSL color Cylindrical-coordinate representation of color #566796: hue angle of 224.06º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #566796 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 86 103 150 -
CMYK 0.43 0.31 0 0.41
HSL 224.06º 0.27% 0.46% -
HSV(B) 224.06º 0.43% 0.59% -
XYZ 14.19 13.88 30.79 -
YUV 103.28 154.37 115.68 -
System Red Green Blue C M Y K H S L
Decimal 86 103 150 0.43 0.31 0 0.41 224.06 0.27 0.46
Hex 56 67 96 2B 1F 0 29 E0 1B 2E
Octal 126 147 226 53 37 0 51 340 33 56
Binary 1010110 1100111 10010110 101011 11111 0 101001 11100000 11011 101110

Color Harmonies of #566796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566796

Black with #566796

Text Example


Text Example

White with #566796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566796; }

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

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

background-color css

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

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

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

border-color css

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

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

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