#538D96

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

Shades of Half Baked #538D96

Tints of Half Baked #538D96

Color information

#538D96 (or 0x538D96) is unknown color: approx Half Baked. HEX triplet: 53, 8D and 96. RGB value is (83,141,150). Sum of RGB (Red+Green+Blue) = 83+141+150=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 150 - color contains mainly: blue. Hex color #538D96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538D96 is #AC7269. Grayscale: #7C7C7C. Windows color (decimal): -11301482 or 9866579. OLE color: 9866579.

HSL color Cylindrical-coordinate representation of color #538D96: hue angle of 188.06º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #538D96 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB83141150-
CMYK0.450.0600.41
HSL188.06º28.76%45.69%-
HSV(B)188.06º44.67%58.82%-
XYZ18.623.0932.33-
YUV124.68142.2898.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.19%
GREEN value IS 141 (55.47% from 255) = 37.70%
BLUE value IS 150 (58.98% from 255) = 40.11%
R=22.19%
G=37.70%
B=40.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831411500.450.0600.41188.0628.7645.69
Hex538D962D6029bc1d2e
Octal1232152265560512743556
Binary1010011100011011001011010110111001010011011110011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538D96; }

 p { color: rgb(83,141,150); }

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

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

 a { background-color: rgb(83,141,150); }

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

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

 span { border-color: rgb(83,141,150); }

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