Html Css Color HEX #538174 Cutty Sark

📋 copy color: '#538174'

red 83 ◦ green 129 ◦ blue 116

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

Shades of Cutty Sark #538174

Tints of Cutty Sark #538174

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.33%

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

R = 25.3%
G = 39.33%
B = 35.37%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#538174 (or 0x538174) is known color: Cutty Sark. HEX triplet: 53, 81 and 74. RGB value is (83,129,116). Sum of RGB (Red+Green+Blue) = 83+129+116=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 129 - color contains mainly: green. Hex color #538174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538174 is #AC7E8B. Grayscale: #717171. Windows color (decimal): -11304588 or 7635283. OLE color: 7635283.

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

Color convert

RGB 83 129 116 -
CMYK 0.36 0 0.10 0.49
HSL 163.04º 0.22% 0.42% -
HSV(B) 163.04º 0.36% 0.51% -
XYZ 14.57 18.8 19.38 -
YUV 113.76 129.26 106.06 -
System Red Green Blue C M Y K H S L
Decimal 83 129 116 0.36 0 0.10 0.49 163.04 0.22 0.42
Hex 53 81 74 24 0 A 31 A3 16 2A
Octal 123 201 164 44 0 12 61 243 26 52
Binary 1010011 10000001 1110100 100100 0 1010 110001 10100011 10110 101010

Color Harmonies of #538174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538174

Black with #538174

Text Example


Text Example

White with #538174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538174; }

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

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

background-color css

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

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

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

border-color css

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

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

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