#51969A

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

Shades of Half Baked #51969A

Tints of Half Baked #51969A

Color information

#51969A (or 0x51969A) is unknown color: approx Half Baked. HEX triplet: 51, 96 and 9A. RGB value is (81,150,154). Sum of RGB (Red+Green+Blue) = 81+150+154=385 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.04% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 154 - color contains mainly: blue. Hex color #51969A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51969A is #AE6965. Grayscale: #818181. Windows color (decimal): -11430246 or 10131025. OLE color: 10131025.

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

Color convert

RGB81150154-
CMYK0.470.0300.40
HSL183.29º31.06%46.08%-
HSV(B)183.29º47.4%60.39%-
XYZ20.1325.934.51-
YUV129.82141.6493.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.04%
GREEN value IS 150 (58.98% from 255) = 38.96%
BLUE value IS 154 (60.55% from 255) = 40%
R=21.04%
G=38.96%
B=40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal811501540.470.0300.40183.2931.0646.08
Hex51969A2F3028b71f2e
Octal1212262325730502673756
Binary101000110010110100110101011111101010001011011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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