Html Css Color HEX #508F98 Half Baked

📋 copy color: '#508F98'

red 80 ◦ green 143 ◦ blue 152

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

Shades of Half Baked #508F98

Tints of Half Baked #508F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.53%

R = 21.33%
G = 38.13%
B = 40.53%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#508F98 (or 0x508F98) is known color: Half Baked. HEX triplet: 50, 8F and 98. RGB value is (80,143,152). Sum of RGB (Red+Green+Blue) = 80+143+152=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 152 - color contains mainly: blue. Hex color #508F98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508F98 is #AF7067. Grayscale: #7D7D7D. Windows color (decimal): -11497576 or 9998160. OLE color: 9998160.

HSL color Cylindrical-coordinate representation of color #508F98: hue angle of 187.5º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #508F98 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 143 152 -
CMYK 0.47 0.06 0 0.40
HSL 187.5º 0.31% 0.45% -
HSV(B) 187.5º 0.47% 0.6% -
XYZ 18.8 23.62 33.27 -
YUV 125.19 143.13 95.77 -
System Red Green Blue C M Y K H S L
Decimal 80 143 152 0.47 0.06 0 0.40 187.5 0.31 0.45
Hex 50 8F 98 2F 6 0 28 BC 1F 2D
Octal 120 217 230 57 6 0 50 274 37 55
Binary 1010000 10001111 10011000 101111 110 0 101000 10111100 11111 101101

Color Harmonies of #508F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508F98

Black with #508F98

Text Example


Text Example

White with #508F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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