Html Css Color HEX #556995 Waikawa Grey

📋 copy color: '#556995'

red 85 ◦ green 105 ◦ blue 149

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

Shades of Waikawa Grey #556995

Tints of Waikawa Grey #556995

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.97%

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

R = 25.07%
G = 30.97%
B = 43.95%

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

#556995 (or 0x556995) is known color: Waikawa Grey. HEX triplet: 55, 69 and 95. RGB value is (85,105,149). Sum of RGB (Red+Green+Blue) = 85+105+149=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #556995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556995 is #AA966A. Grayscale: #676767. Windows color (decimal): -11179627 or 9791829. OLE color: 9791829.

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

Color convert

RGB 85 105 149 -
CMYK 0.43 0.30 0 0.42
HSL 221.25º 0.27% 0.46% -
HSV(B) 221.25º 0.43% 0.58% -
XYZ 14.22 14.2 30.43 -
YUV 104.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 85 105 149 0.43 0.30 0 0.42 221.25 0.27 0.46
Hex 55 69 95 2B 1E 0 2A DD 1B 2E
Octal 125 151 225 53 36 0 52 335 33 56
Binary 1010101 1101001 10010101 101011 11110 0 101010 11011101 11011 101110

Color Harmonies of #556995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556995

Black with #556995

Text Example


Text Example

White with #556995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556995; }

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

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

background-color css

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

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

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

border-color css

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

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

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