Html Css Color HEX #538369 Cutty Sark

📋 copy color: '#538369'

red 83 ◦ green 131 ◦ blue 105

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

Shades of Cutty Sark #538369

Tints of Cutty Sark #538369

RGB

 RED value IS 83 (32.81% from 255) = 26.02%

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

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

R = 26.02%
G = 41.07%
B = 32.92%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#538369 (or 0x538369) is known color: Cutty Sark. HEX triplet: 53, 83 and 69. RGB value is (83,131,105). Sum of RGB (Red+Green+Blue) = 83+131+105=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 131 - color contains mainly: green. Hex color #538369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538369 is #AC7C96. Grayscale: #717171. Windows color (decimal): -11304087 or 6914899. OLE color: 6914899.

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

Color convert

RGB 83 131 105 -
CMYK 0.37 0 0.20 0.49
HSL 147.5º 0.22% 0.42% -
HSV(B) 147.5º 0.37% 0.51% -
XYZ 14.23 19.09 16.3 -
YUV 113.68 123.1 106.11 -
System Red Green Blue C M Y K H S L
Decimal 83 131 105 0.37 0 0.20 0.49 147.5 0.22 0.42
Hex 53 83 69 25 0 14 31 94 16 2A
Octal 123 203 151 45 0 24 61 224 26 52
Binary 1010011 10000011 1101001 100101 0 10100 110001 10010100 10110 101010

Color Harmonies of #538369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538369

Black with #538369

Text Example


Text Example

White with #538369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538369; }

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

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

background-color css

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

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

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

border-color css

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

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

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