Html Css Color HEX #538477 Cutty Sark

📋 copy color: '#538477'

red 83 ◦ green 132 ◦ blue 119

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

Shades of Cutty Sark #538477

Tints of Cutty Sark #538477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.52%

 BLUE value IS 119 (46.88% from 255) = 35.63%

R = 24.85%
G = 39.52%
B = 35.63%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#538477 (or 0x538477) is known color: Cutty Sark. HEX triplet: 53, 84 and 77. RGB value is (83,132,119). Sum of RGB (Red+Green+Blue) = 83+132+119=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 132 - color contains mainly: green. Hex color #538477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538477 is #AC7B88. Grayscale: #737373. Windows color (decimal): -11303817 or 7832659. OLE color: 7832659.

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

Color convert

RGB 83 132 119 -
CMYK 0.37 0 0.10 0.48
HSL 164.08º 0.23% 0.42% -
HSV(B) 164.08º 0.37% 0.52% -
XYZ 15.15 19.67 20.45 -
YUV 115.87 129.77 104.56 -
System Red Green Blue C M Y K H S L
Decimal 83 132 119 0.37 0 0.10 0.48 164.08 0.23 0.42
Hex 53 84 77 25 0 A 30 A4 17 2A
Octal 123 204 167 45 0 12 60 244 27 52
Binary 1010011 10000100 1110111 100101 0 1010 110000 10100100 10111 101010

Color Harmonies of #538477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538477

Black with #538477

Text Example


Text Example

White with #538477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538477; }

 p { color: rgb(83,132,119); }

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

background-color css

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

 a { background-color: rgb(83,132,119); }

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

border-color css

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

 span { border-color: rgb(83,132,119); }

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