Html Css Color HEX #566D98 Waikawa Grey

📋 copy color: '#566D98'

red 86 ◦ green 109 ◦ blue 152

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

Shades of Waikawa Grey #566D98

Tints of Waikawa Grey #566D98

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.41%

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

R = 24.78%
G = 31.41%
B = 43.8%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#566D98 (or 0x566D98) is known color: Waikawa Grey. HEX triplet: 56, 6D and 98. RGB value is (86,109,152). Sum of RGB (Red+Green+Blue) = 86+109+152=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 152 - color contains mainly: blue. Hex color #566D98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566D98 is #A99267. Grayscale: #6A6A6A. Windows color (decimal): -11113064 or 9989462. OLE color: 9989462.

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

Color convert

RGB 86 109 152 -
CMYK 0.43 0.28 0 0.40
HSL 219.09º 0.28% 0.47% -
HSV(B) 219.09º 0.43% 0.6% -
XYZ 14.97 15.18 31.85 -
YUV 107.03 153.38 113 -
System Red Green Blue C M Y K H S L
Decimal 86 109 152 0.43 0.28 0 0.40 219.09 0.28 0.47
Hex 56 6D 98 2B 1C 0 28 DB 1C 2F
Octal 126 155 230 53 34 0 50 333 34 57
Binary 1010110 1101101 10011000 101011 11100 0 101000 11011011 11100 101111

Color Harmonies of #566D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566D98

Black with #566D98

Text Example


Text Example

White with #566D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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