Html Css Color HEX #556490 Waikawa Grey

📋 copy color: '#556490'

red 85 ◦ green 100 ◦ blue 144

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

Shades of Waikawa Grey #556490

Tints of Waikawa Grey #556490

RGB

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

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

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

R = 25.84%
G = 30.4%
B = 43.77%

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

#556490 (or 0x556490) is known color: Waikawa Grey. HEX triplet: 55, 64 and 90. RGB value is (85,100,144). Sum of RGB (Red+Green+Blue) = 85+100+144=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #556490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556490 is #AA9B6F. Grayscale: #646464. Windows color (decimal): -11180912 or 9462869. OLE color: 9462869.

HSL color Cylindrical-coordinate representation of color #556490: hue angle of 224.75º 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 #556490 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 100 144 -
CMYK 0.41 0.31 0 0.44
HSL 224.75º 0.26% 0.45% -
HSV(B) 224.75º 0.41% 0.56% -
XYZ 13.34 13.06 28.2 -
YUV 100.53 152.53 116.92 -
System Red Green Blue C M Y K H S L
Decimal 85 100 144 0.41 0.31 0 0.44 224.75 0.26 0.45
Hex 55 64 90 29 1F 0 2C E1 1A 2D
Octal 125 144 220 51 37 0 54 341 32 55
Binary 1010101 1100100 10010000 101001 11111 0 101100 11100001 11010 101101

Color Harmonies of #556490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556490

Black with #556490

Text Example


Text Example

White with #556490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556490; }

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

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

background-color css

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

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

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

border-color css

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

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

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