Html Css Color HEX #508D97 Half Baked

📋 copy color: '#508D97'

red 80 ◦ green 141 ◦ blue 151

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

Shades of Half Baked #508D97

Tints of Half Baked #508D97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.59%

R = 21.51%
G = 37.9%
B = 40.59%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#508D97 (or 0x508D97) is known color: Half Baked. HEX triplet: 50, 8D and 97. RGB value is (80,141,151). Sum of RGB (Red+Green+Blue) = 80+141+151=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 151 - color contains mainly: blue. Hex color #508D97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508D97 is #AF7268. Grayscale: #7B7B7B. Windows color (decimal): -11498089 or 9932112. OLE color: 9932112.

HSL color Cylindrical-coordinate representation of color #508D97: hue angle of 188.45º 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 #508D97 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 141 151 -
CMYK 0.47 0.07 0 0.41
HSL 188.45º 0.31% 0.45% -
HSV(B) 188.45º 0.47% 0.59% -
XYZ 18.42 22.99 32.74 -
YUV 123.9 143.29 96.69 -
System Red Green Blue C M Y K H S L
Decimal 80 141 151 0.47 0.07 0 0.41 188.45 0.31 0.45
Hex 50 8D 97 2F 7 0 29 BC 1F 2D
Octal 120 215 227 57 7 0 51 274 37 55
Binary 1010000 10001101 10010111 101111 111 0 101001 10111100 11111 101101

Color Harmonies of #508D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508D97

Black with #508D97

Text Example


Text Example

White with #508D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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