Html Css Color HEX #556395 Waikawa Grey

📋 copy color: '#556395'

red 85 ◦ green 99 ◦ blue 149

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

Shades of Waikawa Grey #556395

Tints of Waikawa Grey #556395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.74%

R = 25.53%
G = 29.73%
B = 44.74%

CMYK

 C value IS 0.43

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#556395 (or 0x556395) is known color: Waikawa Grey. HEX triplet: 55, 63 and 95. RGB value is (85,99,149). Sum of RGB (Red+Green+Blue) = 85+99+149=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #556395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556395 is #AA9C6A. Grayscale: #646464. Windows color (decimal): -11181163 or 9790293. OLE color: 9790293.

HSL color Cylindrical-coordinate representation of color #556395: hue angle of 226.88º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #556395 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 99 149 -
CMYK 0.43 0.34 0 0.42
HSL 226.88º 0.27% 0.46% -
HSV(B) 226.88º 0.43% 0.58% -
XYZ 13.63 13.02 30.23 -
YUV 100.51 155.36 116.93 -
System Red Green Blue C M Y K H S L
Decimal 85 99 149 0.43 0.34 0 0.42 226.88 0.27 0.46
Hex 55 63 95 2B 22 0 2A E3 1B 2E
Octal 125 143 225 53 42 0 52 343 33 56
Binary 1010101 1100011 10010101 101011 100010 0 101010 11100011 11011 101110

Color Harmonies of #556395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556395

Black with #556395

Text Example


Text Example

White with #556395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556395; }

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

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

background-color css

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

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

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

border-color css

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

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

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