#51969E

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

Shades of Half Baked #51969E

Tints of Half Baked #51969E

Color information

#51969E (or 0x51969E) is unknown color: approx Half Baked. HEX triplet: 51, 96 and 9E. RGB value is (81,150,158). Sum of RGB (Red+Green+Blue) = 81+150+158=389 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.82% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 158 - color contains mainly: blue. Hex color #51969E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51969E is #AE6961. Grayscale: #828282. Windows color (decimal): -11430242 or 10393169. OLE color: 10393169.

HSL color Cylindrical-coordinate representation of color #51969E: hue angle of 186.23º 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 #51969E is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB81150158-
CMYK0.490.0500.38
HSL186.23º32.22%46.86%-
HSV(B)186.23º48.73%61.96%-
XYZ20.4726.0336.29-
YUV130.28143.6492.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.82%
GREEN value IS 150 (58.98% from 255) = 38.56%
BLUE value IS 158 (62.11% from 255) = 40.62%
R=20.82%
G=38.56%
B=40.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811501580.490.0500.38186.2332.2246.86
Hex51969E315026ba202f
Octal1212262366150462724057
Binary10100011001011010011110110001101010011010111010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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