Html Css Color HEX #556191 Waikawa Grey

📋 copy color: '#556191'

red 85 ◦ green 97 ◦ blue 145

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

Shades of Waikawa Grey #556191

Tints of Waikawa Grey #556191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.34%

R = 25.99%
G = 29.66%
B = 44.34%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#556191 (or 0x556191) is known color: Waikawa Grey. HEX triplet: 55, 61 and 91. RGB value is (85,97,145). Sum of RGB (Red+Green+Blue) = 85+97+145=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #556191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556191 is #AA9E6E. Grayscale: #626262. Windows color (decimal): -11181679 or 9527637. OLE color: 9527637.

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

Color convert

RGB 85 97 145 -
CMYK 0.41 0.33 0 0.43
HSL 228º 0.26% 0.45% -
HSV(B) 228º 0.41% 0.57% -
XYZ 13.13 12.53 28.51 -
YUV 98.88 154.02 118.1 -
System Red Green Blue C M Y K H S L
Decimal 85 97 145 0.41 0.33 0 0.43 228 0.26 0.45
Hex 55 61 91 29 21 0 2B E4 1A 2D
Octal 125 141 221 51 41 0 53 344 32 55
Binary 1010101 1100001 10010001 101001 100001 0 101011 11100100 11010 101101

Color Harmonies of #556191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556191

Black with #556191

Text Example


Text Example

White with #556191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556191; }

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

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

background-color css

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

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

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

border-color css

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

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

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