Html Css Color HEX #556390 Waikawa Grey

📋 copy color: '#556390'

red 85 ◦ green 99 ◦ blue 144

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

Shades of Waikawa Grey #556390

Tints of Waikawa Grey #556390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.9%

R = 25.91%
G = 30.18%
B = 43.9%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#556390 (or 0x556390) is known color: Waikawa Grey. HEX triplet: 55, 63 and 90. RGB value is (85,99,144). Sum of RGB (Red+Green+Blue) = 85+99+144=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #556390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556390 is #AA9C6F. Grayscale: #636363. Windows color (decimal): -11181168 or 9462613. OLE color: 9462613.

HSL color Cylindrical-coordinate representation of color #556390: hue angle of 225.76º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #556390 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 99 144 -
CMYK 0.41 0.31 0 0.44
HSL 225.76º 0.26% 0.45% -
HSV(B) 225.76º 0.41% 0.56% -
XYZ 13.24 12.87 28.17 -
YUV 99.94 152.86 117.34 -
System Red Green Blue C M Y K H S L
Decimal 85 99 144 0.41 0.31 0 0.44 225.76 0.26 0.45
Hex 55 63 90 29 1F 0 2C E2 1A 2D
Octal 125 143 220 51 37 0 54 342 32 55
Binary 1010101 1100011 10010000 101001 11111 0 101100 11100010 11010 101101

Color Harmonies of #556390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556390

Black with #556390

Text Example


Text Example

White with #556390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556390; }

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

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

background-color css

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

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

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

border-color css

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

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

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