Html Css Color HEX #509299 Half Baked

📋 copy color: '#509299'

red 80 ◦ green 146 ◦ blue 153

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

Shades of Half Baked #509299

Tints of Half Baked #509299

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.52%

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

R = 21.11%
G = 38.52%
B = 40.37%

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#509299 (or 0x509299) is known color: Half Baked. HEX triplet: 50, 92 and 99. RGB value is (80,146,153). Sum of RGB (Red+Green+Blue) = 80+146+153=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 153 - color contains mainly: blue. Hex color #509299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509299 is #AF6D66. Grayscale: #7E7E7E. Windows color (decimal): -11496807 or 10064464. OLE color: 10064464.

HSL color Cylindrical-coordinate representation of color #509299: hue angle of 185.75º 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 #509299 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 146 153 -
CMYK 0.48 0.05 0 0.4
HSL 185.75º 0.31% 0.46% -
HSV(B) 185.75º 0.48% 0.6% -
XYZ 19.34 24.56 33.86 -
YUV 127.06 142.63 94.43 -
System Red Green Blue C M Y K H S L
Decimal 80 146 153 0.48 0.05 0 0.4 185.75 0.31 0.46
Hex 50 92 99 30 5 0 28 BA 1F 2E
Octal 120 222 231 60 5 0 50 272 37 56
Binary 1010000 10010010 10011001 110000 101 0 101000 10111010 11111 101110

Color Harmonies of #509299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509299

Black with #509299

Text Example


Text Example

White with #509299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509299; }

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

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

background-color css

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

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

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

border-color css

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

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

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