#538C92

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

Shades of Half Baked #538C92

Tints of Half Baked #538C92

Color information

#538C92 (or 0x538C92) is unknown color: approx Half Baked. HEX triplet: 53, 8C and 92. RGB value is (83,140,146). Sum of RGB (Red+Green+Blue) = 83+140+146=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 146 - color contains mainly: blue. Hex color #538C92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538C92 is #AC736D. Grayscale: #7B7B7B. Windows color (decimal): -11301742 or 9604179. OLE color: 9604179.

HSL color Cylindrical-coordinate representation of color #538C92: hue angle of 185.71º 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 #538C92 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB83140146-
CMYK0.430.0400.43
HSL185.71º27.51%44.9%-
HSV(B)185.71º43.15%57.25%-
XYZ18.1322.6730.61-
YUV123.64140.6299.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.49%
GREEN value IS 140 (55.08% from 255) = 37.94%
BLUE value IS 146 (57.42% from 255) = 39.57%
R=22.49%
G=37.94%
B=39.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831401460.430.0400.43185.7127.5144.9
Hex538C922B402Bba1c2d
Octal1232142225340532723455
Binary1010011100011001001001010101110001010111011101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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