#53868D

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

Shades of Half Baked #53868D

Tints of Half Baked #53868D

Color information

#53868D (or 0x53868D) is unknown color: approx Half Baked. HEX triplet: 53, 86 and 8D. RGB value is (83,134,141). Sum of RGB (Red+Green+Blue) = 83+134+141=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 141 - color contains mainly: blue. Hex color #53868D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53868D is #AC7972. Grayscale: #777777. Windows color (decimal): -11303283 or 9274963. OLE color: 9274963.

HSL color Cylindrical-coordinate representation of color #53868D: hue angle of 187.24º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53868D is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB83134141-
CMYK0.410.0500.45
HSL187.24º25.89%43.92%-
HSV(B)187.24º41.13%55.29%-
XYZ16.920.8128.33-
YUV119.55140.1101.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.18%
GREEN value IS 134 (52.73% from 255) = 37.43%
BLUE value IS 141 (55.47% from 255) = 39.39%
R=23.18%
G=37.43%
B=39.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831341410.410.0500.45187.2425.8943.92
Hex53868D29502Dbb1a2c
Octal1232062155150552733254
Binary1010011100001101000110110100110101011011011101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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