Html Css Color HEX #508991 Half Baked

📋 copy color: '#508991'

red 80 ◦ green 137 ◦ blue 145

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

Shades of Half Baked #508991

Tints of Half Baked #508991

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.85%

 BLUE value IS 145 (57.03% from 255) = 40.06%

R = 22.1%
G = 37.85%
B = 40.06%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#508991 (or 0x508991) is known color: Half Baked. HEX triplet: 50, 89 and 91. RGB value is (80,137,145). Sum of RGB (Red+Green+Blue) = 80+137+145=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 145 - color contains mainly: blue. Hex color #508991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508991 is #AF766E. Grayscale: #787878. Windows color (decimal): -11499119 or 9537872. OLE color: 9537872.

HSL color Cylindrical-coordinate representation of color #508991: hue angle of 187.38º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #508991 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 137 145 -
CMYK 0.45 0.06 0 0.43
HSL 187.38º 0.29% 0.44% -
HSV(B) 187.38º 0.45% 0.57% -
XYZ 17.36 21.64 30.05 -
YUV 120.87 141.62 98.85 -
System Red Green Blue C M Y K H S L
Decimal 80 137 145 0.45 0.06 0 0.43 187.38 0.29 0.44
Hex 50 89 91 2D 6 0 2B BB 1D 2C
Octal 120 211 221 55 6 0 53 273 35 54
Binary 1010000 10001001 10010001 101101 110 0 101011 10111011 11101 101100

Color Harmonies of #508991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508991

Black with #508991

Text Example


Text Example

White with #508991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508991; }

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

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

background-color css

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

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

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

border-color css

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

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

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