Html Css Color HEX #509098 Half Baked

📋 copy color: '#509098'

red 80 ◦ green 144 ◦ blue 152

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

Shades of Half Baked #509098

Tints of Half Baked #509098

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.3%

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

R = 21.28%
G = 38.3%
B = 40.43%

CMYK

 C value IS 0.47

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#509098 (or 0x509098) is known color: Half Baked. HEX triplet: 50, 90 and 98. RGB value is (80,144,152). Sum of RGB (Red+Green+Blue) = 80+144+152=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 152 - color contains mainly: blue. Hex color #509098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509098 is #AF6F67. Grayscale: #7D7D7D. Windows color (decimal): -11497320 or 9998416. OLE color: 9998416.

HSL color Cylindrical-coordinate representation of color #509098: hue angle of 186.67º 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 #509098 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 144 152 -
CMYK 0.47 0.05 0 0.40
HSL 186.67º 0.31% 0.45% -
HSV(B) 186.67º 0.47% 0.6% -
XYZ 18.95 23.92 33.32 -
YUV 125.78 142.8 95.35 -
System Red Green Blue C M Y K H S L
Decimal 80 144 152 0.47 0.05 0 0.40 186.67 0.31 0.45
Hex 50 90 98 2F 5 0 28 BB 1F 2D
Octal 120 220 230 57 5 0 50 273 37 55
Binary 1010000 10010000 10011000 101111 101 0 101000 10111011 11111 101101

Color Harmonies of #509098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509098

Black with #509098

Text Example


Text Example

White with #509098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509098; }

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

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

background-color css

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

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

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

border-color css

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

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

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