Html Css Color HEX #509C99 Half Baked

📋 copy color: '#509C99'

red 80 ◦ green 156 ◦ blue 153

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

Shades of Half Baked #509C99

Tints of Half Baked #509C99

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.1%

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

R = 20.57%
G = 40.1%
B = 39.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#509C99 (or 0x509C99) is known color: Half Baked. HEX triplet: 50, 9C and 99. RGB value is (80,156,153). Sum of RGB (Red+Green+Blue) = 80+156+153=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 156 - color contains mainly: green. Hex color #509C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509C99 is #AF6366. Grayscale: #848484. Windows color (decimal): -11494247 or 10067024. OLE color: 10067024.

HSL color Cylindrical-coordinate representation of color #509C99: hue angle of 177.63º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509C99 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 156 153 -
CMYK 0.49 0 0.02 0.39
HSL 177.63º 0.32% 0.46% -
HSV(B) 177.63º 0.49% 0.61% -
XYZ 20.95 27.78 34.4 -
YUV 132.93 139.32 90.24 -
System Red Green Blue C M Y K H S L
Decimal 80 156 153 0.49 0 0.02 0.39 177.63 0.32 0.46
Hex 50 9C 99 31 0 2 27 B2 20 2E
Octal 120 234 231 61 0 2 47 262 40 56
Binary 1010000 10011100 10011001 110001 0 10 100111 10110010 100000 101110

Color Harmonies of #509C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509C99

Black with #509C99

Text Example


Text Example

White with #509C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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