Html Css Color HEX #538572 Cutty Sark

📋 copy color: '#538572'

red 83 ◦ green 133 ◦ blue 114

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

Shades of Cutty Sark #538572

Tints of Cutty Sark #538572

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.3%

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

R = 25.15%
G = 40.3%
B = 34.55%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#538572 (or 0x538572) is known color: Cutty Sark. HEX triplet: 53, 85 and 72. RGB value is (83,133,114). Sum of RGB (Red+Green+Blue) = 83+133+114=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 133 - color contains mainly: green. Hex color #538572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538572 is #AC7A8D. Grayscale: #737373. Windows color (decimal): -11303566 or 7505235. OLE color: 7505235.

HSL color Cylindrical-coordinate representation of color #538572: hue angle of 157.2º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #538572 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 133 114 -
CMYK 0.38 0 0.14 0.48
HSL 157.2º 0.23% 0.42% -
HSV(B) 157.2º 0.38% 0.52% -
XYZ 14.99 19.83 18.96 -
YUV 115.88 126.94 104.54 -
System Red Green Blue C M Y K H S L
Decimal 83 133 114 0.38 0 0.14 0.48 157.2 0.23 0.42
Hex 53 85 72 26 0 E 30 9D 17 2A
Octal 123 205 162 46 0 16 60 235 27 52
Binary 1010011 10000101 1110010 100110 0 1110 110000 10011101 10111 101010

Color Harmonies of #538572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538572

Black with #538572

Text Example


Text Example

White with #538572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538572; }

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

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

background-color css

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

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

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

border-color css

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

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

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