Html Css Color HEX #556493 Waikawa Grey

📋 copy color: '#556493'

red 85 ◦ green 100 ◦ blue 147

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

Shades of Waikawa Grey #556493

Tints of Waikawa Grey #556493

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.12%

 BLUE value IS 147 (57.81% from 255) = 44.28%

R = 25.6%
G = 30.12%
B = 44.28%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#556493 (or 0x556493) is known color: Waikawa Grey. HEX triplet: 55, 64 and 93. RGB value is (85,100,147). Sum of RGB (Red+Green+Blue) = 85+100+147=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #556493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556493 is #AA9B6C. Grayscale: #646464. Windows color (decimal): -11180909 or 9659477. OLE color: 9659477.

HSL color Cylindrical-coordinate representation of color #556493: hue angle of 225.48º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #556493 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 100 147 -
CMYK 0.42 0.32 0 0.42
HSL 225.48º 0.27% 0.45% -
HSV(B) 225.48º 0.42% 0.58% -
XYZ 13.57 13.15 29.43 -
YUV 100.87 154.03 116.68 -
System Red Green Blue C M Y K H S L
Decimal 85 100 147 0.42 0.32 0 0.42 225.48 0.27 0.45
Hex 55 64 93 2A 20 0 2A E1 1B 2D
Octal 125 144 223 52 40 0 52 341 33 55
Binary 1010101 1100100 10010011 101010 100000 0 101010 11100001 11011 101101

Color Harmonies of #556493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556493

Black with #556493

Text Example


Text Example

White with #556493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556493; }

 p { color: rgb(85,100,147); }

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

background-color css

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

 a { background-color: rgb(85,100,147); }

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

border-color css

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

 span { border-color: rgb(85,100,147); }

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