#539994

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

Shades of Half Baked #539994

Tints of Half Baked #539994

Color information

#539994 (or 0x539994) is unknown color: approx Half Baked. HEX triplet: 53, 99 and 94. RGB value is (83,153,148). Sum of RGB (Red+Green+Blue) = 83+153+148=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 153 - color contains mainly: green. Hex color #539994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539994 is #AC666B. Grayscale: #838383. Windows color (decimal): -11298412 or 9738579. OLE color: 9738579.

HSL color Cylindrical-coordinate representation of color #539994: hue angle of 175.71º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539994 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB83153148-
CMYK0.4600.030.4
HSL175.71º29.66%46.27%-
HSV(B)175.71º45.75%60%-
XYZ20.326.7632.11-
YUV131.5137.3193.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.61%
GREEN value IS 153 (60.16% from 255) = 39.84%
BLUE value IS 148 (58.20% from 255) = 38.54%
R=21.61%
G=39.84%
B=38.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal831531480.4600.030.4175.7129.6646.27
Hex5399942E0328b01e2e
Octal1232312245603502603656
Binary101001110011001100101001011100111010001011000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539994; }

 p { color: rgb(83,153,148); }

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

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

 a { background-color: rgb(83,153,148); }

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

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

 span { border-color: rgb(83,153,148); }

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