Html Css Color HEX #566396 Waikawa Grey

📋 copy color: '#566396'

red 86 ◦ green 99 ◦ blue 150

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

Shades of Waikawa Grey #566396

Tints of Waikawa Grey #566396

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.55%

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

R = 25.67%
G = 29.55%
B = 44.78%

CMYK

 C value IS 0.43

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#566396 (or 0x566396) is known color: Waikawa Grey. HEX triplet: 56, 63 and 96. RGB value is (86,99,150). Sum of RGB (Red+Green+Blue) = 86+99+150=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 150 - color contains mainly: blue. Hex color #566396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566396 is #A99C69. Grayscale: #646464. Windows color (decimal): -11115626 or 9855830. OLE color: 9855830.

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

Color convert

RGB 86 99 150 -
CMYK 0.43 0.34 0 0.41
HSL 227.81º 0.27% 0.46% -
HSV(B) 227.81º 0.43% 0.59% -
XYZ 13.8 13.1 30.66 -
YUV 100.93 155.69 117.35 -
System Red Green Blue C M Y K H S L
Decimal 86 99 150 0.43 0.34 0 0.41 227.81 0.27 0.46
Hex 56 63 96 2B 22 0 29 E4 1B 2E
Octal 126 143 226 53 42 0 51 344 33 56
Binary 1010110 1100011 10010110 101011 100010 0 101001 11100100 11011 101110

Color Harmonies of #566396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566396

Black with #566396

Text Example


Text Example

White with #566396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566396; }

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

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

background-color css

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

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

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

border-color css

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

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

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