Html Css Color HEX #509592 Half Baked

📋 copy color: '#509592'

red 80 ◦ green 149 ◦ blue 146

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

Shades of Half Baked #509592

Tints of Half Baked #509592

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.73%

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

R = 21.33%
G = 39.73%
B = 38.93%

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

#509592 (or 0x509592) is known color: Half Baked. HEX triplet: 50, 95 and 92. RGB value is (80,149,146). Sum of RGB (Red+Green+Blue) = 80+149+146=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 149 - color contains mainly: green. Hex color #509592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509592 is #AF6A6D. Grayscale: #7F7F7F. Windows color (decimal): -11496046 or 9606480. OLE color: 9606480.

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

Color convert

RGB 80 149 146 -
CMYK 0.46 0 0.02 0.42
HSL 177.39º 0.3% 0.45% -
HSV(B) 177.39º 0.46% 0.58% -
XYZ 19.24 25.28 31.06 -
YUV 128.03 138.14 93.74 -
System Red Green Blue C M Y K H S L
Decimal 80 149 146 0.46 0 0.02 0.42 177.39 0.3 0.45
Hex 50 95 92 2E 0 2 2A B1 1E 2D
Octal 120 225 222 56 0 2 52 261 36 55
Binary 1010000 10010101 10010010 101110 0 10 101010 10110001 11110 101101

Color Harmonies of #509592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509592

Black with #509592

Text Example


Text Example

White with #509592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509592; }

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

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

background-color css

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

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

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

border-color css

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

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

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