Html Css Color HEX #556998 Waikawa Grey

📋 copy color: '#556998'

red 85 ◦ green 105 ◦ blue 152

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

Shades of Waikawa Grey #556998

Tints of Waikawa Grey #556998

RGB

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

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

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

R = 24.85%
G = 30.7%
B = 44.44%

CMYK

 C value IS 0.44

 M value IS 0.31

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#556998 (or 0x556998) is known color: Waikawa Grey. HEX triplet: 55, 69 and 98. RGB value is (85,105,152). Sum of RGB (Red+Green+Blue) = 85+105+152=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 152 - color contains mainly: blue. Hex color #556998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556998 is #AA9667. Grayscale: #686868. Windows color (decimal): -11179624 or 9988437. OLE color: 9988437.

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

Color convert

RGB 85 105 152 -
CMYK 0.44 0.31 0 0.40
HSL 222.09º 0.28% 0.46% -
HSV(B) 222.09º 0.44% 0.6% -
XYZ 14.47 14.3 31.7 -
YUV 104.38 154.87 114.18 -
System Red Green Blue C M Y K H S L
Decimal 85 105 152 0.44 0.31 0 0.40 222.09 0.28 0.46
Hex 55 69 98 2C 1F 0 28 DE 1C 2E
Octal 125 151 230 54 37 0 50 336 34 56
Binary 1010101 1101001 10011000 101100 11111 0 101000 11011110 11100 101110

Color Harmonies of #556998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556998

Black with #556998

Text Example


Text Example

White with #556998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556998; }

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

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

background-color css

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

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

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

border-color css

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

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

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