Html Css Color HEX #538574 Cutty Sark

📋 copy color: '#538574'

red 83 ◦ green 133 ◦ blue 116

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

Shades of Cutty Sark #538574

Tints of Cutty Sark #538574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.94%

R = 25%
G = 40.06%
B = 34.94%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#538574 (or 0x538574) is known color: Cutty Sark. HEX triplet: 53, 85 and 74. RGB value is (83,133,116). Sum of RGB (Red+Green+Blue) = 83+133+116=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #538574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538574 is #AC7A8B. Grayscale: #747474. Windows color (decimal): -11303564 or 7636307. OLE color: 7636307.

HSL color Cylindrical-coordinate representation of color #538574: hue angle of 159.6º 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 #538574 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 133 116 -
CMYK 0.38 0 0.13 0.48
HSL 159.6º 0.23% 0.42% -
HSV(B) 159.6º 0.38% 0.52% -
XYZ 15.11 19.88 19.56 -
YUV 116.11 127.94 104.38 -
System Red Green Blue C M Y K H S L
Decimal 83 133 116 0.38 0 0.13 0.48 159.6 0.23 0.42
Hex 53 85 74 26 0 D 30 A0 17 2A
Octal 123 205 164 46 0 15 60 240 27 52
Binary 1010011 10000101 1110100 100110 0 1101 110000 10100000 10111 101010

Color Harmonies of #538574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538574

Black with #538574

Text Example


Text Example

White with #538574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538574; }

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

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

background-color css

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

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

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

border-color css

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

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

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