Html Css Color HEX #566498 Waikawa Grey

📋 copy color: '#566498'

red 86 ◦ green 100 ◦ blue 152

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

Shades of Waikawa Grey #566498

Tints of Waikawa Grey #566498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.59%

 BLUE value IS 152 (59.77% from 255) = 44.97%

R = 25.44%
G = 29.59%
B = 44.97%

CMYK

 C value IS 0.43

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#566498 (or 0x566498) is known color: Waikawa Grey. HEX triplet: 56, 64 and 98. RGB value is (86,100,152). Sum of RGB (Red+Green+Blue) = 86+100+152=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 152 - color contains mainly: blue. Hex color #566498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566498 is #A99B67. Grayscale: #656565. Windows color (decimal): -11115368 or 9987158. OLE color: 9987158.

HSL color Cylindrical-coordinate representation of color #566498: hue angle of 227.27º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #566498 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 86 100 152 -
CMYK 0.43 0.34 0 0.40
HSL 227.27º 0.28% 0.47% -
HSV(B) 227.27º 0.43% 0.6% -
XYZ 14.06 13.36 31.54 -
YUV 101.74 156.36 116.77 -
System Red Green Blue C M Y K H S L
Decimal 86 100 152 0.43 0.34 0 0.40 227.27 0.28 0.47
Hex 56 64 98 2B 22 0 28 E3 1C 2F
Octal 126 144 230 53 42 0 50 343 34 57
Binary 1010110 1100100 10011000 101011 100010 0 101000 11100011 11100 101111

Color Harmonies of #566498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566498

Black with #566498

Text Example


Text Example

White with #566498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566498; }

 p { color: rgb(86,100,152); }

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

background-color css

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

 a { background-color: rgb(86,100,152); }

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

border-color css

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

 span { border-color: rgb(86,100,152); }

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