Html Css Color HEX #55949C Half Baked

📋 copy color: '#55949C'

red 85 ◦ green 148 ◦ blue 156

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

Shades of Half Baked #55949C

Tints of Half Baked #55949C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.05%

 BLUE value IS 156 (61.33% from 255) = 40.1%

R = 21.85%
G = 38.05%
B = 40.1%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55949C (or 0x55949C) is known color: Half Baked. HEX triplet: 55, 94 and 9C. RGB value is (85,148,156). Sum of RGB (Red+Green+Blue) = 85+148+156=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #55949C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55949C is #AA6B63. Grayscale: #818181. Windows color (decimal): -11168612 or 10261589. OLE color: 10261589.

HSL color Cylindrical-coordinate representation of color #55949C: hue angle of 186.76º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55949C is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 148 156 -
CMYK 0.46 0.05 0 0.39
HSL 186.76º 0.29% 0.47% -
HSV(B) 186.76º 0.46% 0.61% -
XYZ 20.34 25.51 35.3 -
YUV 130.08 142.63 95.85 -
System Red Green Blue C M Y K H S L
Decimal 85 148 156 0.46 0.05 0 0.39 186.76 0.29 0.47
Hex 55 94 9C 2E 5 0 27 BB 1D 2F
Octal 125 224 234 56 5 0 47 273 35 57
Binary 1010101 10010100 10011100 101110 101 0 100111 10111011 11101 101111

Color Harmonies of #55949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55949C

Black with #55949C

Text Example


Text Example

White with #55949C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55949C; }

 p { color: rgb(85,148,156); }

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

background-color css

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

 a { background-color: rgb(85,148,156); }

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

border-color css

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

 span { border-color: rgb(85,148,156); }

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