#53898A

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

Shades of Half Baked #53898A

Tints of Half Baked #53898A

Color information

#53898A (or 0x53898A) is unknown color: approx Half Baked. HEX triplet: 53, 89 and 8A. RGB value is (83,137,138). Sum of RGB (Red+Green+Blue) = 83+137+138=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 138 - color contains mainly: blue. Hex color #53898A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53898A is #AC7675. Grayscale: #787878. Windows color (decimal): -11302518 or 9079123. OLE color: 9079123.

HSL color Cylindrical-coordinate representation of color #53898A: hue angle of 181.09º 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 #53898A is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB83137138-
CMYK0.400.0100.46
HSL181.09º24.89%43.33%-
HSV(B)181.09º39.86%54.12%-
XYZ17.121.5727.31-
YUV120.97137.61100.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.18%
GREEN value IS 137 (53.91% from 255) = 38.27%
BLUE value IS 138 (54.30% from 255) = 38.55%
R=23.18%
G=38.27%
B=38.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831371380.400.0100.46181.0924.8943.33
Hex53898A28102Eb5192b
Octal1232112125010562653153
Binary10100111000100110001010101000101011101011010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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