Html Css Color HEX #556898 Waikawa Grey

📋 copy color: '#556898'

red 85 ◦ green 104 ◦ blue 152

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

Shades of Waikawa Grey #556898

Tints of Waikawa Grey #556898

RGB

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

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

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

R = 24.93%
G = 30.5%
B = 44.57%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#556898 (or 0x556898) is known color: Waikawa Grey. HEX triplet: 55, 68 and 98. RGB value is (85,104,152). Sum of RGB (Red+Green+Blue) = 85+104+152=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 152 - color contains mainly: blue. Hex color #556898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556898 is #AA9767. Grayscale: #676767. Windows color (decimal): -11179880 or 9988181. OLE color: 9988181.

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

Color convert

RGB 85 104 152 -
CMYK 0.44 0.32 0 0.40
HSL 222.99º 0.28% 0.46% -
HSV(B) 222.99º 0.44% 0.6% -
XYZ 14.36 14.1 31.67 -
YUV 103.79 155.21 114.6 -
System Red Green Blue C M Y K H S L
Decimal 85 104 152 0.44 0.32 0 0.40 222.99 0.28 0.46
Hex 55 68 98 2C 20 0 28 DF 1C 2E
Octal 125 150 230 54 40 0 50 337 34 56
Binary 1010101 1101000 10011000 101100 100000 0 101000 11011111 11100 101110

Color Harmonies of #556898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556898

Black with #556898

Text Example


Text Example

White with #556898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556898; }

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

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

background-color css

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

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

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

border-color css

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

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

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