Html Css Color HEX #509198 Half Baked

📋 copy color: '#509198'

red 80 ◦ green 145 ◦ blue 152

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

Shades of Half Baked #509198

Tints of Half Baked #509198

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.46%

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

R = 21.22%
G = 38.46%
B = 40.32%

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

#509198 (or 0x509198) is known color: Half Baked. HEX triplet: 50, 91 and 98. RGB value is (80,145,152). Sum of RGB (Red+Green+Blue) = 80+145+152=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 152 - color contains mainly: blue. Hex color #509198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509198 is #AF6E67. Grayscale: #7E7E7E. Windows color (decimal): -11497064 or 9998672. OLE color: 9998672.

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

Color convert

RGB 80 145 152 -
CMYK 0.47 0.05 0 0.40
HSL 185.83º 0.31% 0.45% -
HSV(B) 185.83º 0.47% 0.6% -
XYZ 19.1 24.22 33.37 -
YUV 126.36 142.47 94.93 -
System Red Green Blue C M Y K H S L
Decimal 80 145 152 0.47 0.05 0 0.40 185.83 0.31 0.45
Hex 50 91 98 2F 5 0 28 BA 1F 2D
Octal 120 221 230 57 5 0 50 272 37 55
Binary 1010000 10010001 10011000 101111 101 0 101000 10111010 11111 101101

Color Harmonies of #509198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509198

Black with #509198

Text Example


Text Example

White with #509198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509198; }

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

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

background-color css

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

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

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

border-color css

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

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

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