Html Css Color HEX #509497 Half Baked

📋 copy color: '#509497'

red 80 ◦ green 148 ◦ blue 151

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

Shades of Half Baked #509497

Tints of Half Baked #509497

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.05%

 BLUE value IS 151 (59.38% from 255) = 39.84%

R = 21.11%
G = 39.05%
B = 39.84%

CMYK

 C value IS 0.47

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#509497 (or 0x509497) is known color: Half Baked. HEX triplet: 50, 94 and 97. RGB value is (80,148,151). Sum of RGB (Red+Green+Blue) = 80+148+151=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 151 - color contains mainly: blue. Hex color #509497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509497 is #AF6B68. Grayscale: #7F7F7F. Windows color (decimal): -11496297 or 9933904. OLE color: 9933904.

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

Color convert

RGB 80 148 151 -
CMYK 0.47 0.02 0 0.41
HSL 182.54º 0.31% 0.45% -
HSV(B) 182.54º 0.47% 0.59% -
XYZ 19.48 25.12 33.1 -
YUV 128.01 140.97 93.76 -
System Red Green Blue C M Y K H S L
Decimal 80 148 151 0.47 0.02 0 0.41 182.54 0.31 0.45
Hex 50 94 97 2F 2 0 29 B7 1F 2D
Octal 120 224 227 57 2 0 51 267 37 55
Binary 1010000 10010100 10010111 101111 10 0 101001 10110111 11111 101101

Color Harmonies of #509497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509497

Black with #509497

Text Example


Text Example

White with #509497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509497; }

 p { color: rgb(80,148,151); }

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

background-color css

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

 a { background-color: rgb(80,148,151); }

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

border-color css

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

 span { border-color: rgb(80,148,151); }

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