Html Css Color HEX #566F96 Waikawa Grey

📋 copy color: '#566F96'

red 86 ◦ green 111 ◦ blue 150

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

Shades of Waikawa Grey #566F96

Tints of Waikawa Grey #566F96

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.99%

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

R = 24.78%
G = 31.99%
B = 43.23%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#566F96 (or 0x566F96) is known color: Waikawa Grey. HEX triplet: 56, 6F and 96. RGB value is (86,111,150). Sum of RGB (Red+Green+Blue) = 86+111+150=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 150 - color contains mainly: blue. Hex color #566F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566F96 is #A99069. Grayscale: #6B6B6B. Windows color (decimal): -11112554 or 9858902. OLE color: 9858902.

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

Color convert

RGB 86 111 150 -
CMYK 0.43 0.26 0 0.41
HSL 216.56º 0.27% 0.46% -
HSV(B) 216.56º 0.43% 0.59% -
XYZ 15.03 15.55 31.06 -
YUV 107.97 151.72 112.33 -
System Red Green Blue C M Y K H S L
Decimal 86 111 150 0.43 0.26 0 0.41 216.56 0.27 0.46
Hex 56 6F 96 2B 1A 0 29 D9 1B 2E
Octal 126 157 226 53 32 0 51 331 33 56
Binary 1010110 1101111 10010110 101011 11010 0 101001 11011001 11011 101110

Color Harmonies of #566F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566F96

Black with #566F96

Text Example


Text Example

White with #566F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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