Html Css Color HEX #556498 Waikawa Grey

📋 copy color: '#556498'

red 85 ◦ green 100 ◦ blue 152

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

Shades of Waikawa Grey #556498

Tints of Waikawa Grey #556498

RGB

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

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

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

R = 25.22%
G = 29.67%
B = 45.1%

CMYK

 C value IS 0.44

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#556498 (or 0x556498) is known color: Waikawa Grey. HEX triplet: 55, 64 and 98. RGB value is (85,100,152). Sum of RGB (Red+Green+Blue) = 85+100+152=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 152 - color contains mainly: blue. Hex color #556498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556498 is #AA9B67. Grayscale: #656565. Windows color (decimal): -11180904 or 9987157. OLE color: 9987157.

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

Color convert

RGB 85 100 152 -
CMYK 0.44 0.34 0 0.40
HSL 226.57º 0.28% 0.46% -
HSV(B) 226.57º 0.44% 0.6% -
XYZ 13.97 13.31 31.54 -
YUV 101.44 156.53 116.27 -
System Red Green Blue C M Y K H S L
Decimal 85 100 152 0.44 0.34 0 0.40 226.57 0.28 0.46
Hex 55 64 98 2C 22 0 28 E3 1C 2E
Octal 125 144 230 54 42 0 50 343 34 56
Binary 1010101 1100100 10011000 101100 100010 0 101000 11100011 11100 101110

Color Harmonies of #556498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556498

Black with #556498

Text Example


Text Example

White with #556498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556498; }

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

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

background-color css

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

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

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

border-color css

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

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

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