#51969C

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

Shades of Half Baked #51969C

Tints of Half Baked #51969C

Color information

#51969C (or 0x51969C) is unknown color: approx Half Baked. HEX triplet: 51, 96 and 9C. RGB value is (81,150,156). Sum of RGB (Red+Green+Blue) = 81+150+156=387 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.93% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 156 - color contains mainly: blue. Hex color #51969C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51969C is #AE6963. Grayscale: #818181. Windows color (decimal): -11430244 or 10262097. OLE color: 10262097.

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

Color convert

RGB81150156-
CMYK0.480.0400.39
HSL184.8º31.65%46.47%-
HSV(B)184.8º48.08%61.18%-
XYZ20.325.9635.39-
YUV130.05142.6493.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.93%
GREEN value IS 150 (58.98% from 255) = 38.76%
BLUE value IS 156 (61.33% from 255) = 40.31%
R=20.93%
G=38.76%
B=40.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811501560.480.0400.39184.831.6546.47
Hex51969C304027b9202e
Octal1212262346040472714056
Binary10100011001011010011100110000100010011110111001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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