Html Css Color HEX #538275 Cutty Sark

📋 copy color: '#538275'

red 83 ◦ green 130 ◦ blue 117

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

Shades of Cutty Sark #538275

Tints of Cutty Sark #538275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.45%

R = 25.15%
G = 39.39%
B = 35.45%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#538275 (or 0x538275) is known color: Cutty Sark. HEX triplet: 53, 82 and 75. RGB value is (83,130,117). Sum of RGB (Red+Green+Blue) = 83+130+117=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 130 - color contains mainly: green. Hex color #538275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538275 is #AC7D8A. Grayscale: #727272. Windows color (decimal): -11304331 or 7701075. OLE color: 7701075.

HSL color Cylindrical-coordinate representation of color #538275: hue angle of 163.4º 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 #538275 is Cyan = 0.36, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 130 117 -
CMYK 0.36 0 0.1 0.49
HSL 163.4º 0.22% 0.42% -
HSV(B) 163.4º 0.36% 0.51% -
XYZ 14.76 19.09 19.74 -
YUV 114.47 129.43 105.56 -
System Red Green Blue C M Y K H S L
Decimal 83 130 117 0.36 0 0.1 0.49 163.4 0.22 0.42
Hex 53 82 75 24 0 A 31 A3 16 2A
Octal 123 202 165 44 0 12 61 243 26 52
Binary 1010011 10000010 1110101 100100 0 1010 110001 10100011 10110 101010

Color Harmonies of #538275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538275

Black with #538275

Text Example


Text Example

White with #538275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538275; }

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

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

background-color css

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

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

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

border-color css

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

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

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