Html Css Color HEX #509390 Half Baked

📋 copy color: '#509390'

red 80 ◦ green 147 ◦ blue 144

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

Shades of Half Baked #509390

Tints of Half Baked #509390

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.62%

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

R = 21.56%
G = 39.62%
B = 38.81%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#509390 (or 0x509390) is known color: Half Baked. HEX triplet: 50, 93 and 90. RGB value is (80,147,144). Sum of RGB (Red+Green+Blue) = 80+147+144=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 147 - color contains mainly: green. Hex color #509390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509390 is #AF6C6F. Grayscale: #7E7E7E. Windows color (decimal): -11496560 or 9474896. OLE color: 9474896.

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

Color convert

RGB 80 147 144 -
CMYK 0.46 0 0.02 0.42
HSL 177.31º 0.3% 0.45% -
HSV(B) 177.31º 0.46% 0.58% -
XYZ 18.78 24.59 30.14 -
YUV 126.63 137.8 94.74 -
System Red Green Blue C M Y K H S L
Decimal 80 147 144 0.46 0 0.02 0.42 177.31 0.3 0.45
Hex 50 93 90 2E 0 2 2A B1 1E 2D
Octal 120 223 220 56 0 2 52 261 36 55
Binary 1010000 10010011 10010000 101110 0 10 101010 10110001 11110 101101

Color Harmonies of #509390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509390

Black with #509390

Text Example


Text Example

White with #509390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509390; }

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

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

background-color css

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

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

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

border-color css

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

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

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