Html Css Color HEX #556290 Waikawa Grey

📋 copy color: '#556290'

red 85 ◦ green 98 ◦ blue 144

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

Shades of Waikawa Grey #556290

Tints of Waikawa Grey #556290

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.97%

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

R = 25.99%
G = 29.97%
B = 44.04%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#556290 (or 0x556290) is known color: Waikawa Grey. HEX triplet: 55, 62 and 90. RGB value is (85,98,144). Sum of RGB (Red+Green+Blue) = 85+98+144=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #556290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556290 is #AA9D6F. Grayscale: #636363. Windows color (decimal): -11181424 or 9462357. OLE color: 9462357.

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

Color convert

RGB 85 98 144 -
CMYK 0.41 0.32 0 0.44
HSL 226.78º 0.26% 0.45% -
HSV(B) 226.78º 0.41% 0.56% -
XYZ 13.15 12.68 28.14 -
YUV 99.36 153.19 117.76 -
System Red Green Blue C M Y K H S L
Decimal 85 98 144 0.41 0.32 0 0.44 226.78 0.26 0.45
Hex 55 62 90 29 20 0 2C E3 1A 2D
Octal 125 142 220 51 40 0 54 343 32 55
Binary 1010101 1100010 10010000 101001 100000 0 101100 11100011 11010 101101

Color Harmonies of #556290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556290

Black with #556290

Text Example


Text Example

White with #556290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556290; }

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

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

background-color css

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

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

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

border-color css

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

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

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