Html Css Color HEX #538273 Cutty Sark

📋 copy color: '#538273'

red 83 ◦ green 130 ◦ blue 115

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

Shades of Cutty Sark #538273

Tints of Cutty Sark #538273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 35.06%

R = 25.3%
G = 39.63%
B = 35.06%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#538273 (or 0x538273) is known color: Cutty Sark. HEX triplet: 53, 82 and 73. RGB value is (83,130,115). Sum of RGB (Red+Green+Blue) = 83+130+115=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 130 - color contains mainly: green. Hex color #538273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538273 is #AC7D8C. Grayscale: #727272. Windows color (decimal): -11304333 or 7570003. OLE color: 7570003.

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

Color convert

RGB 83 130 115 -
CMYK 0.36 0 0.12 0.49
HSL 160.85º 0.22% 0.42% -
HSV(B) 160.85º 0.36% 0.51% -
XYZ 14.64 19.04 19.12 -
YUV 114.24 128.43 105.72 -
System Red Green Blue C M Y K H S L
Decimal 83 130 115 0.36 0 0.12 0.49 160.85 0.22 0.42
Hex 53 82 73 24 0 C 31 A1 16 2A
Octal 123 202 163 44 0 14 61 241 26 52
Binary 1010011 10000010 1110011 100100 0 1100 110001 10100001 10110 101010

Color Harmonies of #538273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538273

Black with #538273

Text Example


Text Example

White with #538273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538273; }

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

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

background-color css

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

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

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

border-color css

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

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

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