Html Css Color HEX #509399 Half Baked

📋 copy color: '#509399'

red 80 ◦ green 147 ◦ blue 153

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

Shades of Half Baked #509399

Tints of Half Baked #509399

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.68%

 BLUE value IS 153 (60.16% from 255) = 40.26%

R = 21.05%
G = 38.68%
B = 40.26%

CMYK

 C value IS 0.48

 M value IS 0.04

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#509399 (or 0x509399) is known color: Half Baked. HEX triplet: 50, 93 and 99. RGB value is (80,147,153). Sum of RGB (Red+Green+Blue) = 80+147+153=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 153 - color contains mainly: blue. Hex color #509399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509399 is #AF6C66. Grayscale: #7F7F7F. Windows color (decimal): -11496551 or 10064720. OLE color: 10064720.

HSL color Cylindrical-coordinate representation of color #509399: hue angle of 184.93º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509399 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 147 153 -
CMYK 0.48 0.04 0 0.4
HSL 184.93º 0.31% 0.46% -
HSV(B) 184.93º 0.48% 0.6% -
XYZ 19.49 24.87 33.91 -
YUV 127.65 142.3 94.01 -
System Red Green Blue C M Y K H S L
Decimal 80 147 153 0.48 0.04 0 0.4 184.93 0.31 0.46
Hex 50 93 99 30 4 0 28 B9 1F 2E
Octal 120 223 231 60 4 0 50 271 37 56
Binary 1010000 10010011 10011001 110000 100 0 101000 10111001 11111 101110

Color Harmonies of #509399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509399

Black with #509399

Text Example


Text Example

White with #509399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509399; }

 p { color: rgb(80,147,153); }

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

background-color css

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

 a { background-color: rgb(80,147,153); }

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

border-color css

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

 span { border-color: rgb(80,147,153); }

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