Html Css Color HEX #509593 Half Baked

📋 copy color: '#509593'

red 80 ◦ green 149 ◦ blue 147

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

Shades of Half Baked #509593

Tints of Half Baked #509593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.1%

R = 21.28%
G = 39.63%
B = 39.1%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#509593 (or 0x509593) is known color: Half Baked. HEX triplet: 50, 95 and 93. RGB value is (80,149,147). Sum of RGB (Red+Green+Blue) = 80+149+147=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 149 - color contains mainly: green. Hex color #509593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509593 is #AF6A6C. Grayscale: #808080. Windows color (decimal): -11496045 or 9672016. OLE color: 9672016.

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

Color convert

RGB 80 149 147 -
CMYK 0.46 0 0.01 0.42
HSL 178.26º 0.3% 0.45% -
HSV(B) 178.26º 0.46% 0.58% -
XYZ 19.32 25.31 31.47 -
YUV 128.14 138.64 93.66 -
System Red Green Blue C M Y K H S L
Decimal 80 149 147 0.46 0 0.01 0.42 178.26 0.3 0.45
Hex 50 95 93 2E 0 1 2A B2 1E 2D
Octal 120 225 223 56 0 1 52 262 36 55
Binary 1010000 10010101 10010011 101110 0 1 101010 10110010 11110 101101

Color Harmonies of #509593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509593

Black with #509593

Text Example


Text Example

White with #509593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509593; }

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

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

background-color css

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

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

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

border-color css

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

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

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