Html Css Color HEX #538272 Cutty Sark

📋 copy color: '#538272'

red 83 ◦ green 130 ◦ blue 114

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

Shades of Cutty Sark #538272

Tints of Cutty Sark #538272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.86%

R = 25.38%
G = 39.76%
B = 34.86%

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

#538272 (or 0x538272) is known color: Cutty Sark. HEX triplet: 53, 82 and 72. RGB value is (83,130,114). Sum of RGB (Red+Green+Blue) = 83+130+114=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 130 - color contains mainly: green. Hex color #538272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538272 is #AC7D8D. Grayscale: #727272. Windows color (decimal): -11304334 or 7504467. OLE color: 7504467.

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

Color convert

RGB 83 130 114 -
CMYK 0.36 0 0.12 0.49
HSL 159.57º 0.22% 0.42% -
HSV(B) 159.57º 0.36% 0.51% -
XYZ 14.59 19.02 18.82 -
YUV 114.12 127.93 105.8 -
System Red Green Blue C M Y K H S L
Decimal 83 130 114 0.36 0 0.12 0.49 159.57 0.22 0.42
Hex 53 82 72 24 0 C 31 A0 16 2A
Octal 123 202 162 44 0 14 61 240 26 52
Binary 1010011 10000010 1110010 100100 0 1100 110001 10100000 10110 101010

Color Harmonies of #538272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538272

Black with #538272

Text Example


Text Example

White with #538272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538272; }

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

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

background-color css

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

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

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

border-color css

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

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

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