Html Css Color HEX #508369 Cutty Sark

📋 copy color: '#508369'

red 80 ◦ green 131 ◦ blue 105

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

Shades of Cutty Sark #508369

Tints of Cutty Sark #508369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.46%

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

R = 25.32%
G = 41.46%
B = 33.23%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#508369 (or 0x508369) is known color: Cutty Sark. HEX triplet: 50, 83 and 69. RGB value is (80,131,105). Sum of RGB (Red+Green+Blue) = 80+131+105=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 131 - color contains mainly: green. Hex color #508369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508369 is #AF7C96. Grayscale: #707070. Windows color (decimal): -11500695 or 6914896. OLE color: 6914896.

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

Color convert

RGB 80 131 105 -
CMYK 0.39 0 0.20 0.49
HSL 149.41º 0.24% 0.41% -
HSV(B) 149.41º 0.39% 0.51% -
XYZ 13.97 18.96 16.29 -
YUV 112.79 123.6 104.61 -
System Red Green Blue C M Y K H S L
Decimal 80 131 105 0.39 0 0.20 0.49 149.41 0.24 0.41
Hex 50 83 69 27 0 14 31 95 18 29
Octal 120 203 151 47 0 24 61 225 30 51
Binary 1010000 10000011 1101001 100111 0 10100 110001 10010101 11000 101001

Color Harmonies of #508369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508369

Black with #508369

Text Example


Text Example

White with #508369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508369; }

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

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

background-color css

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

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

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

border-color css

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

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

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