#549597

Color #549597 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #549597

Tints of Half Baked #549597

Color information

#549597 (or 0x549597) is unknown color: approx Half Baked. HEX triplet: 54, 95 and 97. RGB value is (84,149,151). Sum of RGB (Red+Green+Blue) = 84+149+151=384 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.88% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 151 - color contains mainly: blue. Hex color #549597 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549597 is #AB6A68. Grayscale: #818181. Windows color (decimal): -11233897 or 9934164. OLE color: 9934164.

HSL color Cylindrical-coordinate representation of color #549597: hue angle of 181.79º degrees, saturation: 0.29, 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 #549597 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB84149151-
CMYK0.440.0100.41
HSL181.79º28.51%46.08%-
HSV(B)181.79º44.37%59.22%-
XYZ19.9925.6133.17-
YUV129.79139.9795.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.88%
GREEN value IS 149 (58.59% from 255) = 38.80%
BLUE value IS 151 (59.38% from 255) = 39.32%
R=21.88%
G=38.80%
B=39.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal841491510.440.0100.41181.7928.5146.08
Hex5495972C1029b61d2e
Octal1242252275410512663556
Binary10101001001010110010111101100101010011011011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549597; }

 p { color: rgb(84,149,151); }

 H1.HeaderClassName
 {
   color: #549597;
 }
 .AnyTagClassName
 {
   color: #549597;
 }
</style>
background-color css

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

 a { background-color: rgb(84,149,151); }

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

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

 span { border-color: rgb(84,149,151); }

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