#538892

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

Shades of Half Baked #538892

Tints of Half Baked #538892

Color information

#538892 (or 0x538892) is unknown color: approx Half Baked. HEX triplet: 53, 88 and 92. RGB value is (83,136,146). Sum of RGB (Red+Green+Blue) = 83+136+146=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 146 - color contains mainly: blue. Hex color #538892 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538892 is #AC776D. Grayscale: #797979. Windows color (decimal): -11302766 or 9603155. OLE color: 9603155.

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

Color convert

RGB83136146-
CMYK0.430.0700.43
HSL189.52º27.51%44.9%-
HSV(B)189.52º43.15%57.25%-
XYZ17.5621.5230.42-
YUV121.29141.94100.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.74%
GREEN value IS 136 (53.52% from 255) = 37.26%
BLUE value IS 146 (57.42% from 255) = 40%
R=22.74%
G=37.26%
B=40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831361460.430.0700.43189.5227.5144.9
Hex5388922B702Bbe1c2d
Octal1232102225370532763455
Binary1010011100010001001001010101111101010111011111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538892; }

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

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

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

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

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

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

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

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