Html Css Color HEX #556895 Waikawa Grey

📋 copy color: '#556895'

red 85 ◦ green 104 ◦ blue 149

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

Shades of Waikawa Grey #556895

Tints of Waikawa Grey #556895

RGB

 RED value IS 85 (33.59% from 255) = 25.15%

 GREEN value IS 104 (41.02% from 255) = 30.77%

 BLUE value IS 149 (58.59% from 255) = 44.08%

R = 25.15%
G = 30.77%
B = 44.08%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#556895 (or 0x556895) is known color: Waikawa Grey. HEX triplet: 55, 68 and 95. RGB value is (85,104,149). Sum of RGB (Red+Green+Blue) = 85+104+149=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #556895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556895 is #AA976A. Grayscale: #676767. Windows color (decimal): -11179883 or 9791573. OLE color: 9791573.

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

Color convert

RGB 85 104 149 -
CMYK 0.43 0.30 0 0.42
HSL 222.19º 0.27% 0.46% -
HSV(B) 222.19º 0.43% 0.58% -
XYZ 14.12 14 30.39 -
YUV 103.45 153.71 114.84 -
System Red Green Blue C M Y K H S L
Decimal 85 104 149 0.43 0.30 0 0.42 222.19 0.27 0.46
Hex 55 68 95 2B 1E 0 2A DE 1B 2E
Octal 125 150 225 53 36 0 52 336 33 56
Binary 1010101 1101000 10010101 101011 11110 0 101010 11011110 11011 101110

Color Harmonies of #556895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556895

Black with #556895

Text Example


Text Example

White with #556895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556895; }

 p { color: rgb(85,104,149); }

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

background-color css

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

 a { background-color: rgb(85,104,149); }

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

border-color css

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

 span { border-color: rgb(85,104,149); }

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