Html Css Color HEX #509490 Half Baked

📋 copy color: '#509490'

red 80 ◦ green 148 ◦ blue 144

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

Shades of Half Baked #509490

Tints of Half Baked #509490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.78%

 BLUE value IS 144 (56.64% from 255) = 38.71%

R = 21.51%
G = 39.78%
B = 38.71%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#509490 (or 0x509490) is known color: Half Baked. HEX triplet: 50, 94 and 90. RGB value is (80,148,144). Sum of RGB (Red+Green+Blue) = 80+148+144=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 148 - color contains mainly: green. Hex color #509490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509490 is #AF6B6F. Grayscale: #7F7F7F. Windows color (decimal): -11496304 or 9475152. OLE color: 9475152.

HSL color Cylindrical-coordinate representation of color #509490: hue angle of 176.47º 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 #509490 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 148 144 -
CMYK 0.46 0 0.03 0.42
HSL 176.47º 0.3% 0.45% -
HSV(B) 176.47º 0.46% 0.58% -
XYZ 18.93 24.9 30.19 -
YUV 127.21 137.47 94.33 -
System Red Green Blue C M Y K H S L
Decimal 80 148 144 0.46 0 0.03 0.42 176.47 0.3 0.45
Hex 50 94 90 2E 0 3 2A B0 1E 2D
Octal 120 224 220 56 0 3 52 260 36 55
Binary 1010000 10010100 10010000 101110 0 11 101010 10110000 11110 101101

Color Harmonies of #509490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509490

Black with #509490

Text Example


Text Example

White with #509490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509490; }

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

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

background-color css

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

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

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

border-color css

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

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

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