Html Css Color HEX #556796 Waikawa Grey

📋 copy color: '#556796'

red 85 ◦ green 103 ◦ blue 150

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

Shades of Waikawa Grey #556796

Tints of Waikawa Grey #556796

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.47%

 BLUE value IS 150 (58.98% from 255) = 44.38%

R = 25.15%
G = 30.47%
B = 44.38%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#556796 (or 0x556796) is known color: Waikawa Grey. HEX triplet: 55, 67 and 96. RGB value is (85,103,150). Sum of RGB (Red+Green+Blue) = 85+103+150=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #556796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556796 is #AA9869. Grayscale: #666666. Windows color (decimal): -11180138 or 9856853. OLE color: 9856853.

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

Color convert

RGB 85 103 150 -
CMYK 0.43 0.31 0 0.41
HSL 223.38º 0.28% 0.46% -
HSV(B) 223.38º 0.43% 0.59% -
XYZ 14.1 13.83 30.78 -
YUV 102.98 154.54 115.18 -
System Red Green Blue C M Y K H S L
Decimal 85 103 150 0.43 0.31 0 0.41 223.38 0.28 0.46
Hex 55 67 96 2B 1F 0 29 DF 1C 2E
Octal 125 147 226 53 37 0 51 337 34 56
Binary 1010101 1100111 10010110 101011 11111 0 101001 11011111 11100 101110

Color Harmonies of #556796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556796

Black with #556796

Text Example


Text Example

White with #556796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556796; }

 p { color: rgb(85,103,150); }

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

background-color css

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

 a { background-color: rgb(85,103,150); }

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

border-color css

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

 span { border-color: rgb(85,103,150); }

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