Html Css Color HEX #556190 Waikawa Grey

📋 copy color: '#556190'

red 85 ◦ green 97 ◦ blue 144

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

Shades of Waikawa Grey #556190

Tints of Waikawa Grey #556190

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.75%

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

R = 26.07%
G = 29.75%
B = 44.17%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#556190 (or 0x556190) is known color: Waikawa Grey. HEX triplet: 55, 61 and 90. RGB value is (85,97,144). Sum of RGB (Red+Green+Blue) = 85+97+144=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #556190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556190 is #AA9E6F. Grayscale: #626262. Windows color (decimal): -11181680 or 9462101. OLE color: 9462101.

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

Color convert

RGB 85 97 144 -
CMYK 0.41 0.33 0 0.44
HSL 227.8º 0.26% 0.45% -
HSV(B) 227.8º 0.41% 0.56% -
XYZ 13.06 12.49 28.11 -
YUV 98.77 153.52 118.18 -
System Red Green Blue C M Y K H S L
Decimal 85 97 144 0.41 0.33 0 0.44 227.8 0.26 0.45
Hex 55 61 90 29 21 0 2C E4 1A 2D
Octal 125 141 220 51 41 0 54 344 32 55
Binary 1010101 1100001 10010000 101001 100001 0 101100 11100100 11010 101101

Color Harmonies of #556190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556190

Black with #556190

Text Example


Text Example

White with #556190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556190; }

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

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

background-color css

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

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

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

border-color css

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

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

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