Html Css Color HEX #509291 Half Baked

📋 copy color: '#509291'

red 80 ◦ green 146 ◦ blue 145

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

Shades of Half Baked #509291

Tints of Half Baked #509291

RGB

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

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

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

R = 21.56%
G = 39.35%
B = 39.08%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#509291 (or 0x509291) is known color: Half Baked. HEX triplet: 50, 92 and 91. RGB value is (80,146,145). Sum of RGB (Red+Green+Blue) = 80+146+145=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #509291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509291 is #AF6D6E. Grayscale: #7E7E7E. Windows color (decimal): -11496815 or 9540176. OLE color: 9540176.

HSL color Cylindrical-coordinate representation of color #509291: hue angle of 179.09º 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 #509291 is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 146 145 -
CMYK 0.45 0 0.01 0.43
HSL 179.09º 0.29% 0.44% -
HSV(B) 179.09º 0.45% 0.57% -
XYZ 18.7 24.31 30.49 -
YUV 126.15 138.63 95.08 -
System Red Green Blue C M Y K H S L
Decimal 80 146 145 0.45 0 0.01 0.43 179.09 0.29 0.44
Hex 50 92 91 2D 0 1 2B B3 1D 2C
Octal 120 222 221 55 0 1 53 263 35 54
Binary 1010000 10010010 10010001 101101 0 1 101011 10110011 11101 101100

Color Harmonies of #509291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509291

Black with #509291

Text Example


Text Example

White with #509291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509291; }

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

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

background-color css

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

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

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

border-color css

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

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

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