Html Css Color HEX #508D93 Half Baked

📋 copy color: '#508D93'

red 80 ◦ green 141 ◦ blue 147

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

Shades of Half Baked #508D93

Tints of Half Baked #508D93

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.32%

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

R = 21.74%
G = 38.32%
B = 39.95%

CMYK

 C value IS 0.46

 M value IS 0.04

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#508D93 (or 0x508D93) is known color: Half Baked. HEX triplet: 50, 8D and 93. RGB value is (80,141,147). Sum of RGB (Red+Green+Blue) = 80+141+147=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 147 - color contains mainly: blue. Hex color #508D93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508D93 is #AF726C. Grayscale: #7B7B7B. Windows color (decimal): -11498093 or 9669968. OLE color: 9669968.

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

Color convert

RGB 80 141 147 -
CMYK 0.46 0.04 0 0.42
HSL 185.37º 0.3% 0.45% -
HSV(B) 185.37º 0.46% 0.58% -
XYZ 18.1 22.86 31.06 -
YUV 123.45 141.29 97.01 -
System Red Green Blue C M Y K H S L
Decimal 80 141 147 0.46 0.04 0 0.42 185.37 0.3 0.45
Hex 50 8D 93 2E 4 0 2A B9 1E 2D
Octal 120 215 223 56 4 0 52 271 36 55
Binary 1010000 10001101 10010011 101110 100 0 101010 10111001 11110 101101

Color Harmonies of #508D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508D93

Black with #508D93

Text Example


Text Example

White with #508D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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