#53878B

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

Shades of Half Baked #53878B

Tints of Half Baked #53878B

Color information

#53878B (or 0x53878B) is unknown color: approx Half Baked. HEX triplet: 53, 87 and 8B. RGB value is (83,135,139). Sum of RGB (Red+Green+Blue) = 83+135+139=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 139 - color contains mainly: blue. Hex color #53878B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53878B is #AC7874. Grayscale: #777777. Windows color (decimal): -11303029 or 9144147. OLE color: 9144147.

HSL color Cylindrical-coordinate representation of color #53878B: hue angle of 184.29º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53878B is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB83135139-
CMYK0.400.0300.45
HSL184.29º25.23%43.53%-
HSV(B)184.29º40.29%54.51%-
XYZ16.8921.0327.6-
YUV119.91138.77101.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.25%
GREEN value IS 135 (53.12% from 255) = 37.82%
BLUE value IS 139 (54.69% from 255) = 38.94%
R=23.25%
G=37.82%
B=38.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831351390.400.0300.45184.2925.2343.53
Hex53878B28302Db8192c
Octal1232072135030552703154
Binary101001110000111100010111010001101011011011100011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53878B; }

 p { color: rgb(83,135,139); }

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

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

 a { background-color: rgb(83,135,139); }

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

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

 span { border-color: rgb(83,135,139); }

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