Html Css Color HEX #509A93 Half Baked

📋 copy color: '#509A93'

red 80 ◦ green 154 ◦ blue 147

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

Shades of Half Baked #509A93

Tints of Half Baked #509A93

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.42%

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

R = 21%
G = 40.42%
B = 38.58%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#509A93 (or 0x509A93) is known color: Half Baked. HEX triplet: 50, 9A and 93. RGB value is (80,154,147). Sum of RGB (Red+Green+Blue) = 80+154+147=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 154 - color contains mainly: green. Hex color #509A93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509A93 is #AF656C. Grayscale: #838383. Windows color (decimal): -11494765 or 9673296. OLE color: 9673296.

HSL color Cylindrical-coordinate representation of color #509A93: hue angle of 174.32º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509A93 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 154 147 -
CMYK 0.48 0 0.05 0.40
HSL 174.32º 0.32% 0.46% -
HSV(B) 174.32º 0.48% 0.6% -
XYZ 20.13 26.92 31.74 -
YUV 131.08 136.98 91.57 -
System Red Green Blue C M Y K H S L
Decimal 80 154 147 0.48 0 0.05 0.40 174.32 0.32 0.46
Hex 50 9A 93 30 0 5 28 AE 20 2E
Octal 120 232 223 60 0 5 50 256 40 56
Binary 1010000 10011010 10010011 110000 0 101 101000 10101110 100000 101110

Color Harmonies of #509A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509A93

Black with #509A93

Text Example


Text Example

White with #509A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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