Html Css Color HEX #556397 Waikawa Grey

📋 copy color: '#556397'

red 85 ◦ green 99 ◦ blue 151

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

Shades of Waikawa Grey #556397

Tints of Waikawa Grey #556397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 45.07%

R = 25.37%
G = 29.55%
B = 45.07%

CMYK

 C value IS 0.44

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#556397 (or 0x556397) is known color: Waikawa Grey. HEX triplet: 55, 63 and 97. RGB value is (85,99,151). Sum of RGB (Red+Green+Blue) = 85+99+151=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 151 - color contains mainly: blue. Hex color #556397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556397 is #AA9C68. Grayscale: #646464. Windows color (decimal): -11181161 or 9921365. OLE color: 9921365.

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

Color convert

RGB 85 99 151 -
CMYK 0.44 0.34 0 0.41
HSL 227.27º 0.28% 0.46% -
HSV(B) 227.27º 0.44% 0.59% -
XYZ 13.79 13.09 31.08 -
YUV 100.74 156.36 116.77 -
System Red Green Blue C M Y K H S L
Decimal 85 99 151 0.44 0.34 0 0.41 227.27 0.28 0.46
Hex 55 63 97 2C 22 0 29 E3 1C 2E
Octal 125 143 227 54 42 0 51 343 34 56
Binary 1010101 1100011 10010111 101100 100010 0 101001 11100011 11100 101110

Color Harmonies of #556397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556397

Black with #556397

Text Example


Text Example

White with #556397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556397; }

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

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

background-color css

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

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

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

border-color css

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

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

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