#51999A

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

Shades of Half Baked #51999A

Tints of Half Baked #51999A

Color information

#51999A (or 0x51999A) is unknown color: approx Half Baked. HEX triplet: 51, 99 and 9A. RGB value is (81,153,154). Sum of RGB (Red+Green+Blue) = 81+153+154=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 154 - color contains mainly: blue. Hex color #51999A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51999A is #AE6665. Grayscale: #838383. Windows color (decimal): -11429478 or 10131793. OLE color: 10131793.

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

Color convert

RGB81153154-
CMYK0.470.0100.40
HSL180.82º31.06%46.08%-
HSV(B)180.82º47.4%60.39%-
XYZ20.6226.8634.67-
YUV131.59140.6591.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.88%
GREEN value IS 153 (60.16% from 255) = 39.43%
BLUE value IS 154 (60.55% from 255) = 39.69%
R=20.88%
G=39.43%
B=39.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal811531540.470.0100.40180.8231.0646.08
Hex51999A2F1028b51f2e
Octal1212312325710502653756
Binary10100011001100110011010101111101010001011010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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