Html Css Color HEX #508891 Half Baked

📋 copy color: '#508891'

red 80 ◦ green 136 ◦ blue 145

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

Shades of Half Baked #508891

Tints of Half Baked #508891

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.67%

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

R = 22.16%
G = 37.67%
B = 40.17%

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

#508891 (or 0x508891) is known color: Half Baked. HEX triplet: 50, 88 and 91. RGB value is (80,136,145). Sum of RGB (Red+Green+Blue) = 80+136+145=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 145 - color contains mainly: blue. Hex color #508891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508891 is #AF776E. Grayscale: #787878. Windows color (decimal): -11499375 or 9537616. OLE color: 9537616.

HSL color Cylindrical-coordinate representation of color #508891: hue angle of 188.31º 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 #508891 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 136 145 -
CMYK 0.45 0.06 0 0.43
HSL 188.31º 0.29% 0.44% -
HSV(B) 188.31º 0.45% 0.57% -
XYZ 17.22 21.36 30 -
YUV 120.28 141.95 99.27 -
System Red Green Blue C M Y K H S L
Decimal 80 136 145 0.45 0.06 0 0.43 188.31 0.29 0.44
Hex 50 88 91 2D 6 0 2B BC 1D 2C
Octal 120 210 221 55 6 0 53 274 35 54
Binary 1010000 10001000 10010001 101101 110 0 101011 10111100 11101 101100

Color Harmonies of #508891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508891

Black with #508891

Text Example


Text Example

White with #508891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508891; }

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

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

background-color css

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

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

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

border-color css

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

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

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