Html Css Color HEX #508B89 Half Baked

📋 copy color: '#508B89'

red 80 ◦ green 139 ◦ blue 137

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

Shades of Half Baked #508B89

Tints of Half Baked #508B89

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.04%

 BLUE value IS 137 (53.91% from 255) = 38.48%

R = 22.47%
G = 39.04%
B = 38.48%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#508B89 (or 0x508B89) is known color: Half Baked. HEX triplet: 50, 8B and 89. RGB value is (80,139,137). Sum of RGB (Red+Green+Blue) = 80+139+137=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 139 - color contains mainly: green. Hex color #508B89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508B89 is #AF7476. Grayscale: #797979. Windows color (decimal): -11498615 or 9014096. OLE color: 9014096.

HSL color Cylindrical-coordinate representation of color #508B89: hue angle of 177.97º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #508B89 is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 139 137 -
CMYK 0.42 0 0.01 0.45
HSL 177.97º 0.27% 0.43% -
HSV(B) 177.97º 0.42% 0.55% -
XYZ 17.06 21.98 27.01 -
YUV 121.13 136.95 98.66 -
System Red Green Blue C M Y K H S L
Decimal 80 139 137 0.42 0 0.01 0.45 177.97 0.27 0.43
Hex 50 8B 89 2A 0 1 2D B2 1B 2B
Octal 120 213 211 52 0 1 55 262 33 53
Binary 1010000 10001011 10001001 101010 0 1 101101 10110010 11011 101011

Color Harmonies of #508B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508B89

Black with #508B89

Text Example


Text Example

White with #508B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,139,137); }

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

background-color css

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

 a { background-color: rgb(80,139,137); }

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

border-color css

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

 span { border-color: rgb(80,139,137); }

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