#538893

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

Shades of Half Baked #538893

Tints of Half Baked #538893

Color information

#538893 (or 0x538893) is unknown color: approx Half Baked. HEX triplet: 53, 88 and 93. RGB value is (83,136,147). Sum of RGB (Red+Green+Blue) = 83+136+147=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 147 - color contains mainly: blue. Hex color #538893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538893 is #AC776C. Grayscale: #797979. Windows color (decimal): -11302765 or 9668691. OLE color: 9668691.

HSL color Cylindrical-coordinate representation of color #538893: hue angle of 190.31º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #538893 is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB83136147-
CMYK0.440.0700.42
HSL190.31º27.83%45.1%-
HSV(B)190.31º43.54%57.65%-
XYZ17.6421.5530.83-
YUV121.41142.44100.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.68%
GREEN value IS 136 (53.52% from 255) = 37.16%
BLUE value IS 147 (57.81% from 255) = 40.16%
R=22.68%
G=37.16%
B=40.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831361470.440.0700.42190.3127.8345.1
Hex5388932C702Abe1c2d
Octal1232102235470522763455
Binary1010011100010001001001110110011101010101011111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538893; }

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

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

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

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

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

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

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

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