Html Css Color HEX #508269 Cutty Sark

📋 copy color: '#508269'

red 80 ◦ green 130 ◦ blue 105

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

Shades of Cutty Sark #508269

Tints of Cutty Sark #508269

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.27%

 BLUE value IS 105 (41.41% from 255) = 33.33%

R = 25.4%
G = 41.27%
B = 33.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#508269 (or 0x508269) is known color: Cutty Sark. HEX triplet: 50, 82 and 69. RGB value is (80,130,105). Sum of RGB (Red+Green+Blue) = 80+130+105=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #508269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508269 is #AF7D96. Grayscale: #707070. Windows color (decimal): -11500951 or 6914640. OLE color: 6914640.

HSL color Cylindrical-coordinate representation of color #508269: hue angle of 150º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #508269 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 130 105 -
CMYK 0.38 0 0.19 0.49
HSL 150º 0.24% 0.41% -
HSV(B) 150º 0.38% 0.51% -
XYZ 13.84 18.69 16.24 -
YUV 112.2 123.94 105.03 -
System Red Green Blue C M Y K H S L
Decimal 80 130 105 0.38 0 0.19 0.49 150 0.24 0.41
Hex 50 82 69 26 0 13 31 96 18 29
Octal 120 202 151 46 0 23 61 226 30 51
Binary 1010000 10000010 1101001 100110 0 10011 110001 10010110 11000 101001

Color Harmonies of #508269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508269

Black with #508269

Text Example


Text Example

White with #508269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508269; }

 p { color: rgb(80,130,105); }

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

background-color css

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

 a { background-color: rgb(80,130,105); }

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

border-color css

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

 span { border-color: rgb(80,130,105); }

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