#539293

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

Shades of Half Baked #539293

Tints of Half Baked #539293

Color information

#539293 (or 0x539293) is unknown color: approx Half Baked. HEX triplet: 53, 92 and 93. RGB value is (83,146,147). Sum of RGB (Red+Green+Blue) = 83+146+147=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 147 - color contains mainly: blue. Hex color #539293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539293 is #AC6D6C. Grayscale: #7F7F7F. Windows color (decimal): -11300205 or 9671251. OLE color: 9671251.

HSL color Cylindrical-coordinate representation of color #539293: hue angle of 180.94º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #539293 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB83146147-
CMYK0.440.0100.42
HSL180.94º27.83%45.1%-
HSV(B)180.94º43.54%57.65%-
XYZ19.1124.531.33-
YUV127.28139.1396.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.07%
GREEN value IS 146 (57.42% from 255) = 38.83%
BLUE value IS 147 (57.81% from 255) = 39.10%
R=22.07%
G=38.83%
B=39.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831461470.440.0100.42180.9427.8345.1
Hex5392932C102Ab51c2d
Octal1232222235410522653455
Binary10100111001001010010011101100101010101011010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539293; }

 p { color: rgb(83,146,147); }

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

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

 a { background-color: rgb(83,146,147); }

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

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

 span { border-color: rgb(83,146,147); }

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