Html Css Color HEX #538269 Cutty Sark

📋 copy color: '#538269'

red 83 ◦ green 130 ◦ blue 105

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

Shades of Cutty Sark #538269

Tints of Cutty Sark #538269

RGB

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

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

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

R = 26.1%
G = 40.88%
B = 33.02%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#538269 (or 0x538269) is known color: Cutty Sark. HEX triplet: 53, 82 and 69. RGB value is (83,130,105). Sum of RGB (Red+Green+Blue) = 83+130+105=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 130 - color contains mainly: green. Hex color #538269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538269 is #AC7D96. Grayscale: #717171. Windows color (decimal): -11304343 or 6914643. OLE color: 6914643.

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

Color convert

RGB 83 130 105 -
CMYK 0.36 0 0.19 0.49
HSL 148.09º 0.22% 0.42% -
HSV(B) 148.09º 0.36% 0.51% -
XYZ 14.1 18.82 16.25 -
YUV 113.1 123.43 106.53 -
System Red Green Blue C M Y K H S L
Decimal 83 130 105 0.36 0 0.19 0.49 148.09 0.22 0.42
Hex 53 82 69 24 0 13 31 94 16 2A
Octal 123 202 151 44 0 23 61 224 26 52
Binary 1010011 10000010 1101001 100100 0 10011 110001 10010100 10110 101010

Color Harmonies of #538269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538269

Black with #538269

Text Example


Text Example

White with #538269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538269; }

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

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

background-color css

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

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

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

border-color css

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

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

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