#53868A

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

Shades of Half Baked #53868A

Tints of Half Baked #53868A

Color information

#53868A (or 0x53868A) is unknown color: approx Half Baked. HEX triplet: 53, 86 and 8A. RGB value is (83,134,138). Sum of RGB (Red+Green+Blue) = 83+134+138=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 138 - color contains mainly: blue. Hex color #53868A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53868A is #AC7975. Grayscale: #777777. Windows color (decimal): -11303286 or 9078355. OLE color: 9078355.

HSL color Cylindrical-coordinate representation of color #53868A: hue angle of 184.36º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53868A is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB83134138-
CMYK0.400.0300.46
HSL184.36º24.89%43.33%-
HSV(B)184.36º39.86%54.12%-
XYZ16.6820.7227.17-
YUV119.21138.6102.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.38%
GREEN value IS 134 (52.73% from 255) = 37.75%
BLUE value IS 138 (54.30% from 255) = 38.87%
R=23.38%
G=37.75%
B=38.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831341380.400.0300.46184.3624.8943.33
Hex53868A28302Eb8192b
Octal1232062125030562703153
Binary101001110000110100010101010001101011101011100011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53868A; }

 p { color: rgb(83,134,138); }

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

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

 a { background-color: rgb(83,134,138); }

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

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

 span { border-color: rgb(83,134,138); }

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