Html Css Color HEX #509193 Half Baked

📋 copy color: '#509193'

red 80 ◦ green 145 ◦ blue 147

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

Shades of Half Baked #509193

Tints of Half Baked #509193

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.98%

 BLUE value IS 147 (57.81% from 255) = 39.52%

R = 21.51%
G = 38.98%
B = 39.52%

CMYK

 C value IS 0.46

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#509193 (or 0x509193) is known color: Half Baked. HEX triplet: 50, 91 and 93. RGB value is (80,145,147). Sum of RGB (Red+Green+Blue) = 80+145+147=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 147 - color contains mainly: blue. Hex color #509193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509193 is #AF6E6C. Grayscale: #7D7D7D. Windows color (decimal): -11497069 or 9670992. OLE color: 9670992.

HSL color Cylindrical-coordinate representation of color #509193: hue angle of 181.79º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #509193 is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 145 147 -
CMYK 0.46 0.01 0 0.42
HSL 181.79º 0.3% 0.45% -
HSV(B) 181.79º 0.46% 0.58% -
XYZ 18.7 24.06 31.26 -
YUV 125.79 139.97 95.34 -
System Red Green Blue C M Y K H S L
Decimal 80 145 147 0.46 0.01 0 0.42 181.79 0.3 0.45
Hex 50 91 93 2E 1 0 2A B6 1E 2D
Octal 120 221 223 56 1 0 52 266 36 55
Binary 1010000 10010001 10010011 101110 1 0 101010 10110110 11110 101101

Color Harmonies of #509193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509193

Black with #509193

Text Example


Text Example

White with #509193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509193; }

 p { color: rgb(80,145,147); }

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

background-color css

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

 a { background-color: rgb(80,145,147); }

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

border-color css

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

 span { border-color: rgb(80,145,147); }

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