Html Css Color HEX #538270 Cutty Sark

📋 copy color: '#538270'

red 83 ◦ green 130 ◦ blue 112

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

Shades of Cutty Sark #538270

Tints of Cutty Sark #538270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.46%

R = 25.54%
G = 40%
B = 34.46%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#538270 (or 0x538270) is known color: Cutty Sark. HEX triplet: 53, 82 and 70. RGB value is (83,130,112). Sum of RGB (Red+Green+Blue) = 83+130+112=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 130 - color contains mainly: green. Hex color #538270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538270 is #AC7D8F. Grayscale: #717171. Windows color (decimal): -11304336 or 7373395. OLE color: 7373395.

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

Color convert

RGB 83 130 112 -
CMYK 0.36 0 0.14 0.49
HSL 157.02º 0.22% 0.42% -
HSV(B) 157.02º 0.36% 0.51% -
XYZ 14.47 18.97 18.23 -
YUV 113.9 126.93 105.96 -
System Red Green Blue C M Y K H S L
Decimal 83 130 112 0.36 0 0.14 0.49 157.02 0.22 0.42
Hex 53 82 70 24 0 E 31 9D 16 2A
Octal 123 202 160 44 0 16 61 235 26 52
Binary 1010011 10000010 1110000 100100 0 1110 110001 10011101 10110 101010

Color Harmonies of #538270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538270

Black with #538270

Text Example


Text Example

White with #538270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538270; }

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

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

background-color css

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

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

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

border-color css

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

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

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