#538B96

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

Shades of Half Baked #538B96

Tints of Half Baked #538B96

Color information

#538B96 (or 0x538B96) is unknown color: approx Half Baked. HEX triplet: 53, 8B and 96. RGB value is (83,139,150). Sum of RGB (Red+Green+Blue) = 83+139+150=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 150 - color contains mainly: blue. Hex color #538B96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538B96 is #AC7469. Grayscale: #7B7B7B. Windows color (decimal): -11301994 or 9866067. OLE color: 9866067.

HSL color Cylindrical-coordinate representation of color #538B96: hue angle of 189.85º 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 #538B96 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB83139150-
CMYK0.450.0700.41
HSL189.85º28.76%45.69%-
HSV(B)189.85º44.67%58.82%-
XYZ18.322.5132.23-
YUV123.51142.9599.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.31%
GREEN value IS 139 (54.69% from 255) = 37.37%
BLUE value IS 150 (58.98% from 255) = 40.32%
R=22.31%
G=37.37%
B=40.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831391500.450.0700.41189.8528.7645.69
Hex538B962D7029be1d2e
Octal1232132265570512763556
Binary1010011100010111001011010110111101010011011111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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