Html Css Color HEX #509992 Half Baked

📋 copy color: '#509992'

red 80 ◦ green 153 ◦ blue 146

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

Shades of Half Baked #509992

Tints of Half Baked #509992

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.37%

 BLUE value IS 146 (57.42% from 255) = 38.52%

R = 21.11%
G = 40.37%
B = 38.52%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#509992 (or 0x509992) is known color: Half Baked. HEX triplet: 50, 99 and 92. RGB value is (80,153,146). Sum of RGB (Red+Green+Blue) = 80+153+146=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #509992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509992 is #AF666D. Grayscale: #828282. Windows color (decimal): -11495022 or 9607504. OLE color: 9607504.

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

Color convert

RGB 80 153 146 -
CMYK 0.48 0 0.05 0.4
HSL 174.25º 0.31% 0.46% -
HSV(B) 174.25º 0.48% 0.6% -
XYZ 19.89 26.56 31.27 -
YUV 130.38 136.82 92.07 -
System Red Green Blue C M Y K H S L
Decimal 80 153 146 0.48 0 0.05 0.4 174.25 0.31 0.46
Hex 50 99 92 30 0 5 28 AE 1F 2E
Octal 120 231 222 60 0 5 50 256 37 56
Binary 1010000 10011001 10010010 110000 0 101 101000 10101110 11111 101110

Color Harmonies of #509992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509992

Black with #509992

Text Example


Text Example

White with #509992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509992; }

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

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

background-color css

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

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

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

border-color css

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

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

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