Html Css Color HEX #508F96 Half Baked

📋 copy color: '#508F96'

red 80 ◦ green 143 ◦ blue 150

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

Shades of Half Baked #508F96

Tints of Half Baked #508F96

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.34%

 BLUE value IS 150 (58.98% from 255) = 40.21%

R = 21.45%
G = 38.34%
B = 40.21%

CMYK

 C value IS 0.47

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#508F96 (or 0x508F96) is known color: Half Baked. HEX triplet: 50, 8F and 96. RGB value is (80,143,150). Sum of RGB (Red+Green+Blue) = 80+143+150=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 150 - color contains mainly: blue. Hex color #508F96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508F96 is #AF7069. Grayscale: #7C7C7C. Windows color (decimal): -11497578 or 9867088. OLE color: 9867088.

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

Color convert

RGB 80 143 150 -
CMYK 0.47 0.05 0 0.41
HSL 186º 0.3% 0.45% -
HSV(B) 186º 0.47% 0.59% -
XYZ 18.64 23.55 32.42 -
YUV 124.96 142.13 95.93 -
System Red Green Blue C M Y K H S L
Decimal 80 143 150 0.47 0.05 0 0.41 186 0.3 0.45
Hex 50 8F 96 2F 5 0 29 BA 1E 2D
Octal 120 217 226 57 5 0 51 272 36 55
Binary 1010000 10001111 10010110 101111 101 0 101001 10111010 11110 101101

Color Harmonies of #508F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508F96

Black with #508F96

Text Example


Text Example

White with #508F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,143,150); }

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

background-color css

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

 a { background-color: rgb(80,143,150); }

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

border-color css

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

 span { border-color: rgb(80,143,150); }

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