Html Css Color HEX #556398 Waikawa Grey

📋 copy color: '#556398'

red 85 ◦ green 99 ◦ blue 152

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

Shades of Waikawa Grey #556398

Tints of Waikawa Grey #556398

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.46%

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

R = 25.3%
G = 29.46%
B = 45.24%

CMYK

 C value IS 0.44

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#556398 (or 0x556398) is known color: Waikawa Grey. HEX triplet: 55, 63 and 98. RGB value is (85,99,152). Sum of RGB (Red+Green+Blue) = 85+99+152=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 152 - color contains mainly: blue. Hex color #556398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556398 is #AA9C67. Grayscale: #646464. Windows color (decimal): -11181160 or 9986901. OLE color: 9986901.

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

Color convert

RGB 85 99 152 -
CMYK 0.44 0.35 0 0.40
HSL 227.46º 0.28% 0.46% -
HSV(B) 227.46º 0.44% 0.6% -
XYZ 13.88 13.12 31.51 -
YUV 100.86 156.86 116.69 -
System Red Green Blue C M Y K H S L
Decimal 85 99 152 0.44 0.35 0 0.40 227.46 0.28 0.46
Hex 55 63 98 2C 23 0 28 E3 1C 2E
Octal 125 143 230 54 43 0 50 343 34 56
Binary 1010101 1100011 10011000 101100 100011 0 101000 11100011 11100 101110

Color Harmonies of #556398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556398

Black with #556398

Text Example


Text Example

White with #556398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556398; }

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

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

background-color css

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

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

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

border-color css

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

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

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