#539298

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

Shades of Half Baked #539298

Tints of Half Baked #539298

Color information

#539298 (or 0x539298) is unknown color: approx Half Baked. HEX triplet: 53, 92 and 98. RGB value is (83,146,152). Sum of RGB (Red+Green+Blue) = 83+146+152=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 152 (59.77% from 255 or 39.90% from 381); Max value from RGB is 152 - color contains mainly: blue. Hex color #539298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539298 is #AC6D67. Grayscale: #7F7F7F. Windows color (decimal): -11300200 or 9998931. OLE color: 9998931.

HSL color Cylindrical-coordinate representation of color #539298: hue angle of 185.22º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #539298 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB83146152-
CMYK0.450.0400.40
HSL185.22º29.36%46.08%-
HSV(B)185.22º45.39%59.61%-
XYZ19.5124.6633.44-
YUV127.85141.6396.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.78%
GREEN value IS 146 (57.42% from 255) = 38.32%
BLUE value IS 152 (59.77% from 255) = 39.90%
R=21.78%
G=38.32%
B=39.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831461520.450.0400.40185.2229.3646.08
Hex5392982D4028b91d2e
Octal1232222305540502713556
Binary1010011100100101001100010110110001010001011100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539298; }

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

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

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

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

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

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

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

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