Html Css Color HEX #556495 Waikawa Grey

📋 copy color: '#556495'

red 85 ◦ green 100 ◦ blue 149

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

Shades of Waikawa Grey #556495

Tints of Waikawa Grey #556495

RGB

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

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

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

R = 25.45%
G = 29.94%
B = 44.61%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#556495 (or 0x556495) is known color: Waikawa Grey. HEX triplet: 55, 64 and 95. RGB value is (85,100,149). Sum of RGB (Red+Green+Blue) = 85+100+149=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #556495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556495 is #AA9B6A. Grayscale: #646464. Windows color (decimal): -11180907 or 9790549. OLE color: 9790549.

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

Color convert

RGB 85 100 149 -
CMYK 0.43 0.33 0 0.42
HSL 225.94º 0.27% 0.46% -
HSV(B) 225.94º 0.43% 0.58% -
XYZ 13.73 13.22 30.26 -
YUV 101.1 155.03 116.52 -
System Red Green Blue C M Y K H S L
Decimal 85 100 149 0.43 0.33 0 0.42 225.94 0.27 0.46
Hex 55 64 95 2B 21 0 2A E2 1B 2E
Octal 125 144 225 53 41 0 52 342 33 56
Binary 1010101 1100100 10010101 101011 100001 0 101010 11100010 11011 101110

Color Harmonies of #556495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556495

Black with #556495

Text Example


Text Example

White with #556495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556495; }

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

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

background-color css

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

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

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

border-color css

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

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

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