Html Css Color HEX #556597 Waikawa Grey

📋 copy color: '#556597'

red 85 ◦ green 101 ◦ blue 151

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

Shades of Waikawa Grey #556597

Tints of Waikawa Grey #556597

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.97%

 BLUE value IS 151 (59.38% from 255) = 44.81%

R = 25.22%
G = 29.97%
B = 44.81%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#556597 (or 0x556597) is known color: Waikawa Grey. HEX triplet: 55, 65 and 97. RGB value is (85,101,151). Sum of RGB (Red+Green+Blue) = 85+101+151=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 151 - color contains mainly: blue. Hex color #556597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556597 is #AA9A68. Grayscale: #656565. Windows color (decimal): -11180649 or 9921877. OLE color: 9921877.

HSL color Cylindrical-coordinate representation of color #556597: hue angle of 225.45º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #556597 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 101 151 -
CMYK 0.44 0.33 0 0.41
HSL 225.45º 0.28% 0.46% -
HSV(B) 225.45º 0.44% 0.59% -
XYZ 13.99 13.47 31.14 -
YUV 101.92 155.7 115.93 -
System Red Green Blue C M Y K H S L
Decimal 85 101 151 0.44 0.33 0 0.41 225.45 0.28 0.46
Hex 55 65 97 2C 21 0 29 E1 1C 2E
Octal 125 145 227 54 41 0 51 341 34 56
Binary 1010101 1100101 10010111 101100 100001 0 101001 11100001 11100 101110

Color Harmonies of #556597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556597

Black with #556597

Text Example


Text Example

White with #556597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556597; }

 p { color: rgb(85,101,151); }

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

background-color css

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

 a { background-color: rgb(85,101,151); }

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

border-color css

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

 span { border-color: rgb(85,101,151); }

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