Html Css Color HEX #509792 Half Baked

📋 copy color: '#509792'

red 80 ◦ green 151 ◦ blue 146

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

Shades of Half Baked #509792

Tints of Half Baked #509792

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.05%

 BLUE value IS 146 (57.42% from 255) = 38.73%

R = 21.22%
G = 40.05%
B = 38.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#509792 (or 0x509792) is known color: Half Baked. HEX triplet: 50, 97 and 92. RGB value is (80,151,146). Sum of RGB (Red+Green+Blue) = 80+151+146=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 151 - color contains mainly: green. Hex color #509792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509792 is #AF686D. Grayscale: #818181. Windows color (decimal): -11495534 or 9606992. OLE color: 9606992.

HSL color Cylindrical-coordinate representation of color #509792: hue angle of 175.77º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509792 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 151 146 -
CMYK 0.47 0 0.03 0.41
HSL 175.77º 0.31% 0.45% -
HSV(B) 175.77º 0.47% 0.59% -
XYZ 19.56 25.91 31.16 -
YUV 129.2 137.48 92.91 -
System Red Green Blue C M Y K H S L
Decimal 80 151 146 0.47 0 0.03 0.41 175.77 0.31 0.45
Hex 50 97 92 2F 0 3 29 B0 1F 2D
Octal 120 227 222 57 0 3 51 260 37 55
Binary 1010000 10010111 10010010 101111 0 11 101001 10110000 11111 101101

Color Harmonies of #509792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509792

Black with #509792

Text Example


Text Example

White with #509792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509792; }

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

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

background-color css

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

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

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

border-color css

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

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

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