Html Css Color HEX #509196 Half Baked

📋 copy color: '#509196'

red 80 ◦ green 145 ◦ blue 150

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

Shades of Half Baked #509196

Tints of Half Baked #509196

RGB

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

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

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

R = 21.33%
G = 38.67%
B = 40%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#509196 (or 0x509196) is known color: Half Baked. HEX triplet: 50, 91 and 96. RGB value is (80,145,150). Sum of RGB (Red+Green+Blue) = 80+145+150=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 150 - color contains mainly: blue. Hex color #509196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509196 is #AF6E69. Grayscale: #7E7E7E. Windows color (decimal): -11497066 or 9867600. OLE color: 9867600.

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

Color convert

RGB 80 145 150 -
CMYK 0.47 0.03 0 0.41
HSL 184.29º 0.3% 0.45% -
HSV(B) 184.29º 0.47% 0.59% -
XYZ 18.94 24.16 32.52 -
YUV 126.14 141.47 95.09 -
System Red Green Blue C M Y K H S L
Decimal 80 145 150 0.47 0.03 0 0.41 184.29 0.3 0.45
Hex 50 91 96 2F 3 0 29 B8 1E 2D
Octal 120 221 226 57 3 0 51 270 36 55
Binary 1010000 10010001 10010110 101111 11 0 101001 10111000 11110 101101

Color Harmonies of #509196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509196

Black with #509196

Text Example


Text Example

White with #509196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509196; }

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

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

background-color css

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

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

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

border-color css

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

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

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