Html Css Color HEX #509099 Half Baked

📋 copy color: '#509099'

red 80 ◦ green 144 ◦ blue 153

#509099
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Half Baked #509099

Tints of Half Baked #509099

RGB

 RED value IS 80 (31.64% from 255) = 21.22%

 GREEN value IS 144 (56.64% from 255) = 38.2%

 BLUE value IS 153 (60.16% from 255) = 40.58%

R = 21.22%
G = 38.2%
B = 40.58%

CMYK

 C value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#509099 (or 0x509099) is known color: Half Baked. HEX triplet: 50, 90 and 99. RGB value is (80,144,153). Sum of RGB (Red+Green+Blue) = 80+144+153=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #509099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509099 is #AF6F66. Grayscale: #7D7D7D. Windows color (decimal): -11497319 or 10063952. OLE color: 10063952.

HSL color Cylindrical-coordinate representation of color #509099: hue angle of 187.4º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509099 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 144 153 -
CMYK 0.48 0.06 0 0.4
HSL 187.4º 0.31% 0.46% -
HSV(B) 187.4º 0.48% 0.6% -
XYZ 19.03 23.95 33.76 -
YUV 125.89 143.3 95.27 -
System Red Green Blue C M Y K H S L
Decimal 80 144 153 0.48 0.06 0 0.4 187.4 0.31 0.46
Hex 50 90 99 30 6 0 28 BB 1F 2E
Octal 120 220 231 60 6 0 50 273 37 56
Binary 1010000 10010000 10011001 110000 110 0 101000 10111011 11111 101110

Color Harmonies of #509099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509099

Black with #509099

Text Example


Text Example

White with #509099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509099; }

 p { color: rgb(80,144,153); }

 H1.HeaderClassName
 {
   color: #509099;
 }
 .AnyTagClassName
 {
   color: #509099;
 }
</style>

background-color css

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

 a { background-color: rgb(80,144,153); }

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

border-color css

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

 span { border-color: rgb(80,144,153); }

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