Html Css Color HEX #509692 Half Baked

📋 copy color: '#509692'

red 80 ◦ green 150 ◦ blue 146

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

Shades of Half Baked #509692

Tints of Half Baked #509692

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.89%

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

R = 21.28%
G = 39.89%
B = 38.83%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#509692 (or 0x509692) is known color: Half Baked. HEX triplet: 50, 96 and 92. RGB value is (80,150,146). Sum of RGB (Red+Green+Blue) = 80+150+146=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 150 - color contains mainly: green. Hex color #509692 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509692 is #AF696D. Grayscale: #808080. Windows color (decimal): -11495790 or 9606736. OLE color: 9606736.

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

Color convert

RGB 80 150 146 -
CMYK 0.47 0 0.03 0.41
HSL 176.57º 0.3% 0.45% -
HSV(B) 176.57º 0.47% 0.59% -
XYZ 19.4 25.59 31.11 -
YUV 128.61 137.81 93.33 -
System Red Green Blue C M Y K H S L
Decimal 80 150 146 0.47 0 0.03 0.41 176.57 0.3 0.45
Hex 50 96 92 2F 0 3 29 B1 1E 2D
Octal 120 226 222 57 0 3 51 261 36 55
Binary 1010000 10010110 10010010 101111 0 11 101001 10110001 11110 101101

Color Harmonies of #509692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509692

Black with #509692

Text Example


Text Example

White with #509692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509692; }

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

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

background-color css

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

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

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

border-color css

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

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

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