Html Css Color HEX #508B90 Half Baked

📋 copy color: '#508B90'

red 80 ◦ green 139 ◦ blue 144

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

Shades of Half Baked #508B90

Tints of Half Baked #508B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.67%

R = 22.04%
G = 38.29%
B = 39.67%

CMYK

 C value IS 0.44

 M value IS 0.03

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#508B90 (or 0x508B90) is known color: Half Baked. HEX triplet: 50, 8B and 90. RGB value is (80,139,144). Sum of RGB (Red+Green+Blue) = 80+139+144=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 144 - color contains mainly: blue. Hex color #508B90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508B90 is #AF746F. Grayscale: #797979. Windows color (decimal): -11498608 or 9472848. OLE color: 9472848.

HSL color Cylindrical-coordinate representation of color #508B90: hue angle of 184.69º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #508B90 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 139 144 -
CMYK 0.44 0.03 0 0.44
HSL 184.69º 0.29% 0.44% -
HSV(B) 184.69º 0.44% 0.56% -
XYZ 17.57 22.18 29.74 -
YUV 121.93 140.45 98.09 -
System Red Green Blue C M Y K H S L
Decimal 80 139 144 0.44 0.03 0 0.44 184.69 0.29 0.44
Hex 50 8B 90 2C 3 0 2C B9 1D 2C
Octal 120 213 220 54 3 0 54 271 35 54
Binary 1010000 10001011 10010000 101100 11 0 101100 10111001 11101 101100

Color Harmonies of #508B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508B90

Black with #508B90

Text Example


Text Example

White with #508B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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