Html Css Color HEX #556C96 Waikawa Grey

📋 copy color: '#556C96'

red 85 ◦ green 108 ◦ blue 150

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

Shades of Waikawa Grey #556C96

Tints of Waikawa Grey #556C96

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.49%

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

R = 24.78%
G = 31.49%
B = 43.73%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#556C96 (or 0x556C96) is known color: Waikawa Grey. HEX triplet: 55, 6C and 96. RGB value is (85,108,150). Sum of RGB (Red+Green+Blue) = 85+108+150=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 150 - color contains mainly: blue. Hex color #556C96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556C96 is #AA9369. Grayscale: #696969. Windows color (decimal): -11178858 or 9858133. OLE color: 9858133.

HSL color Cylindrical-coordinate representation of color #556C96: hue angle of 218.77º 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 #556C96 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 108 150 -
CMYK 0.43 0.28 0 0.41
HSL 218.77º 0.28% 0.46% -
HSV(B) 218.77º 0.43% 0.59% -
XYZ 14.61 14.86 30.95 -
YUV 105.91 152.88 113.08 -
System Red Green Blue C M Y K H S L
Decimal 85 108 150 0.43 0.28 0 0.41 218.77 0.28 0.46
Hex 55 6C 96 2B 1C 0 29 DB 1C 2E
Octal 125 154 226 53 34 0 51 333 34 56
Binary 1010101 1101100 10010110 101011 11100 0 101001 11011011 11100 101110

Color Harmonies of #556C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556C96

Black with #556C96

Text Example


Text Example

White with #556C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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