#53989B

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

Shades of Half Baked #53989B

Tints of Half Baked #53989B

Color information

#53989B (or 0x53989B) is unknown color: approx Half Baked. HEX triplet: 53, 98 and 9B. RGB value is (83,152,155). Sum of RGB (Red+Green+Blue) = 83+152+155=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 155 - color contains mainly: blue. Hex color #53989B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53989B is #AC6764. Grayscale: #838383. Windows color (decimal): -11298661 or 10197075. OLE color: 10197075.

HSL color Cylindrical-coordinate representation of color #53989B: hue angle of 182.5º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53989B is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB83152155-
CMYK0.460.0200.39
HSL182.5º30.25%46.67%-
HSV(B)182.5º46.45%60.78%-
XYZ20.7126.6635.07-
YUV131.71141.1493.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.28%
GREEN value IS 152 (59.77% from 255) = 38.97%
BLUE value IS 155 (60.94% from 255) = 39.74%
R=21.28%
G=38.97%
B=39.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831521550.460.0200.39182.530.2546.67
Hex53989B2E2027b61e2f
Octal1232302335620472663657
Binary101001110011000100110111011101001001111011011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,152,155); }

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

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

 a { background-color: rgb(83,152,155); }

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

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

 span { border-color: rgb(83,152,155); }

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