Html Css Color HEX #556598 Waikawa Grey

📋 copy color: '#556598'

red 85 ◦ green 101 ◦ blue 152

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

Shades of Waikawa Grey #556598

Tints of Waikawa Grey #556598

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.88%

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

R = 25.15%
G = 29.88%
B = 44.97%

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

#556598 (or 0x556598) is known color: Waikawa Grey. HEX triplet: 55, 65 and 98. RGB value is (85,101,152). Sum of RGB (Red+Green+Blue) = 85+101+152=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 101 (39.84% from 255 or 29.88% 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 #556598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556598 is #AA9A67. Grayscale: #656565. Windows color (decimal): -11180648 or 9987413. OLE color: 9987413.

HSL color Cylindrical-coordinate representation of color #556598: hue angle of 225.67º 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 #556598 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 101 152 -
CMYK 0.44 0.34 0 0.40
HSL 225.67º 0.28% 0.46% -
HSV(B) 225.67º 0.44% 0.6% -
XYZ 14.07 13.51 31.57 -
YUV 102.03 156.2 115.85 -
System Red Green Blue C M Y K H S L
Decimal 85 101 152 0.44 0.34 0 0.40 225.67 0.28 0.46
Hex 55 65 98 2C 22 0 28 E2 1C 2E
Octal 125 145 230 54 42 0 50 342 34 56
Binary 1010101 1100101 10011000 101100 100010 0 101000 11100010 11100 101110

Color Harmonies of #556598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556598

Black with #556598

Text Example


Text Example

White with #556598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556598; }

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

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

background-color css

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

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

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

border-color css

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

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

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