#538E92

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

Shades of Half Baked #538E92

Tints of Half Baked #538E92

Color information

#538E92 (or 0x538E92) is unknown color: approx Half Baked. HEX triplet: 53, 8E and 92. RGB value is (83,142,146). Sum of RGB (Red+Green+Blue) = 83+142+146=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 146 - color contains mainly: blue. Hex color #538E92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538E92 is #AC716D. Grayscale: #7C7C7C. Windows color (decimal): -11301230 or 9604691. OLE color: 9604691.

HSL color Cylindrical-coordinate representation of color #538E92: hue angle of 183.81º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #538E92 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB83142146-
CMYK0.430.0300.43
HSL183.81º27.51%44.9%-
HSV(B)183.81º43.15%57.25%-
XYZ18.4323.2630.71-
YUV124.82139.9598.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.37%
GREEN value IS 142 (55.86% from 255) = 38.27%
BLUE value IS 146 (57.42% from 255) = 39.35%
R=22.37%
G=38.27%
B=39.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831421460.430.0300.43183.8127.5144.9
Hex538E922B302Bb81c2d
Octal1232162225330532703455
Binary101001110001110100100101010111101010111011100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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