Html Css Color HEX #509191 Half Baked

📋 copy color: '#509191'

red 80 ◦ green 145 ◦ blue 145

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

Shades of Half Baked #509191

Tints of Half Baked #509191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.19%

R = 21.62%
G = 39.19%
B = 39.19%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#509191 (or 0x509191) is known color: Half Baked. HEX triplet: 50, 91 and 91. RGB value is (80,145,145). Sum of RGB (Red+Green+Blue) = 80+145+145=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #509191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509191 is #AF6E6E. Grayscale: #7D7D7D. Windows color (decimal): -11497071 or 9539920. OLE color: 9539920.

HSL color Cylindrical-coordinate representation of color #509191: hue angle of 180º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #509191 is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 145 145 -
CMYK 0.45 0 0 0.43
HSL 180º 0.29% 0.44% -
HSV(B) 180º 0.45% 0.57% -
XYZ 18.54 24 30.44 -
YUV 125.57 138.97 95.5 -
System Red Green Blue C M Y K H S L
Decimal 80 145 145 0.45 0 0 0.43 180 0.29 0.44
Hex 50 91 91 2D 0 0 2B B4 1D 2C
Octal 120 221 221 55 0 0 53 264 35 54
Binary 1010000 10010001 10010001 101101 0 0 101011 10110100 11101 101100

Color Harmonies of #509191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509191

Black with #509191

Text Example


Text Example

White with #509191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509191; }

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

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

background-color css

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

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

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

border-color css

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

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

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