#53999A

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

Shades of Half Baked #53999A

Tints of Half Baked #53999A

Color information

#53999A (or 0x53999A) is unknown color: approx Half Baked. HEX triplet: 53, 99 and 9A. RGB value is (83,153,154). Sum of RGB (Red+Green+Blue) = 83+153+154=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 154 - color contains mainly: blue. Hex color #53999A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53999A is #AC6665. Grayscale: #848484. Windows color (decimal): -11298406 or 10131795. OLE color: 10131795.

HSL color Cylindrical-coordinate representation of color #53999A: hue angle of 180.85º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53999A is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB83153154-
CMYK0.460.0100.40
HSL180.85º29.96%46.47%-
HSV(B)180.85º46.1%60.39%-
XYZ20.7926.9534.68-
YUV132.18140.3192.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.28%
GREEN value IS 153 (60.16% from 255) = 39.23%
BLUE value IS 154 (60.55% from 255) = 39.49%
R=21.28%
G=39.23%
B=39.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831531540.460.0100.40180.8529.9646.47
Hex53999A2E1028b51e2e
Octal1232312325610502653656
Binary10100111001100110011010101110101010001011010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,153,154); }

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

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

 a { background-color: rgb(83,153,154); }

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

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

 span { border-color: rgb(83,153,154); }

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