#51969D

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

Shades of Half Baked #51969D

Tints of Half Baked #51969D

Color information

#51969D (or 0x51969D) is unknown color: approx Half Baked. HEX triplet: 51, 96 and 9D. RGB value is (81,150,157). Sum of RGB (Red+Green+Blue) = 81+150+157=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #51969D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51969D is #AE6962. Grayscale: #828282. Windows color (decimal): -11430243 or 10327633. OLE color: 10327633.

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

Color convert

RGB81150157-
CMYK0.480.0400.38
HSL185.53º31.93%46.67%-
HSV(B)185.53º48.41%61.57%-
XYZ20.392635.84-
YUV130.17143.1492.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.88%
GREEN value IS 150 (58.98% from 255) = 38.66%
BLUE value IS 157 (61.72% from 255) = 40.46%
R=20.88%
G=38.66%
B=40.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811501570.480.0400.38185.5331.9346.67
Hex51969D304026ba202f
Octal1212262356040462724057
Binary10100011001011010011101110000100010011010111010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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