#51969F

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

Shades of Half Baked #51969F

Tints of Half Baked #51969F

Color information

#51969F (or 0x51969F) is unknown color: approx Half Baked. HEX triplet: 51, 96 and 9F. RGB value is (81,150,159). Sum of RGB (Red+Green+Blue) = 81+150+159=390 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.77% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 159 - color contains mainly: blue. Hex color #51969F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51969F is #AE6960. Grayscale: #828282. Windows color (decimal): -11430241 or 10458705. OLE color: 10458705.

HSL color Cylindrical-coordinate representation of color #51969F: hue angle of 186.92º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51969F is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB81150159-
CMYK0.490.0600.38
HSL186.92º32.5%47.06%-
HSV(B)186.92º49.06%62.35%-
XYZ20.5626.0736.75-
YUV130.39144.1492.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.77%
GREEN value IS 150 (58.98% from 255) = 38.46%
BLUE value IS 159 (62.5% from 255) = 40.77%
R=20.77%
G=38.46%
B=40.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811501590.490.0600.38186.9232.547.06
Hex51969F316026bb202f
Octal1212262376160462734057
Binary10100011001011010011111110001110010011010111011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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