#509297

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

Shades of Half Baked #509297

Tints of Half Baked #509297

Color information

#509297 (or 0x509297) is unknown color: approx Half Baked. HEX triplet: 50, 92 and 97. RGB value is (80,146,151). Sum of RGB (Red+Green+Blue) = 80+146+151=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 151 - color contains mainly: blue. Hex color #509297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509297 is #AF6D68. Grayscale: #7E7E7E. Windows color (decimal): -11496809 or 9933392. OLE color: 9933392.

HSL color Cylindrical-coordinate representation of color #509297: hue angle of 184.23º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509297 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB80146151-
CMYK0.470.0300.41
HSL184.23º30.74%45.29%-
HSV(B)184.23º47.02%59.22%-
XYZ19.1724.533-
YUV126.84141.6394.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.22%
GREEN value IS 146 (57.42% from 255) = 38.73%
BLUE value IS 151 (59.38% from 255) = 40.05%
R=21.22%
G=38.73%
B=40.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801461510.470.0300.41184.2330.7445.29
Hex5092972F3029b81f2d
Octal1202222275730512703755
Binary101000010010010100101111011111101010011011100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509297; }

 p { color: rgb(80,146,151); }

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

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

 a { background-color: rgb(80,146,151); }

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

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

 span { border-color: rgb(80,146,151); }

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