Html Css Color HEX #556392 Waikawa Grey

📋 copy color: '#556392'

red 85 ◦ green 99 ◦ blue 146

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

Shades of Waikawa Grey #556392

Tints of Waikawa Grey #556392

RGB

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

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

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

R = 25.76%
G = 30%
B = 44.24%

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

#556392 (or 0x556392) is known color: Waikawa Grey. HEX triplet: 55, 63 and 92. RGB value is (85,99,146). Sum of RGB (Red+Green+Blue) = 85+99+146=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 146 - color contains mainly: blue. Hex color #556392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556392 is #AA9C6D. Grayscale: #636363. Windows color (decimal): -11181166 or 9593685. OLE color: 9593685.

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

Color convert

RGB 85 99 146 -
CMYK 0.42 0.32 0 0.43
HSL 226.23º 0.26% 0.45% -
HSV(B) 226.23º 0.42% 0.57% -
XYZ 13.4 12.93 28.98 -
YUV 100.17 153.86 117.18 -
System Red Green Blue C M Y K H S L
Decimal 85 99 146 0.42 0.32 0 0.43 226.23 0.26 0.45
Hex 55 63 92 2A 20 0 2B E2 1A 2D
Octal 125 143 222 52 40 0 53 342 32 55
Binary 1010101 1100011 10010010 101010 100000 0 101011 11100010 11010 101101

Color Harmonies of #556392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556392

Black with #556392

Text Example


Text Example

White with #556392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556392; }

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

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

background-color css

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

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

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

border-color css

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

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

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