Html Css Color HEX #556492 Waikawa Grey

📋 copy color: '#556492'

red 85 ◦ green 100 ◦ blue 146

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

Shades of Waikawa Grey #556492

Tints of Waikawa Grey #556492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.11%

R = 25.68%
G = 30.21%
B = 44.11%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#556492 (or 0x556492) is known color: Waikawa Grey. HEX triplet: 55, 64 and 92. RGB value is (85,100,146). Sum of RGB (Red+Green+Blue) = 85+100+146=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #556492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556492 is #AA9B6D. Grayscale: #646464. Windows color (decimal): -11180910 or 9593941. OLE color: 9593941.

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

Color convert

RGB 85 100 146 -
CMYK 0.42 0.32 0 0.43
HSL 225.25º 0.26% 0.45% -
HSV(B) 225.25º 0.42% 0.57% -
XYZ 13.49 13.12 29.02 -
YUV 100.76 153.53 116.76 -
System Red Green Blue C M Y K H S L
Decimal 85 100 146 0.42 0.32 0 0.43 225.25 0.26 0.45
Hex 55 64 92 2A 20 0 2B E1 1A 2D
Octal 125 144 222 52 40 0 53 341 32 55
Binary 1010101 1100100 10010010 101010 100000 0 101011 11100001 11010 101101

Color Harmonies of #556492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556492

Black with #556492

Text Example


Text Example

White with #556492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556492; }

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

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

background-color css

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

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

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

border-color css

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

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

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