Html Css Color HEX #538773 Cutty Sark

📋 copy color: '#538773'

red 83 ◦ green 135 ◦ blue 115

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

Shades of Cutty Sark #538773

Tints of Cutty Sark #538773

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.54%

 BLUE value IS 115 (45.31% from 255) = 34.53%

R = 24.92%
G = 40.54%
B = 34.53%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#538773 (or 0x538773) is known color: Cutty Sark. HEX triplet: 53, 87 and 73. RGB value is (83,135,115). Sum of RGB (Red+Green+Blue) = 83+135+115=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 135 - color contains mainly: green. Hex color #538773 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538773 is #AC788C. Grayscale: #757575. Windows color (decimal): -11303053 or 7571283. OLE color: 7571283.

HSL color Cylindrical-coordinate representation of color #538773: hue angle of 156.92º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #538773 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 135 115 -
CMYK 0.39 0 0.15 0.47
HSL 156.92º 0.24% 0.43% -
HSV(B) 156.92º 0.39% 0.53% -
XYZ 15.33 20.4 19.35 -
YUV 117.17 126.77 103.63 -
System Red Green Blue C M Y K H S L
Decimal 83 135 115 0.39 0 0.15 0.47 156.92 0.24 0.43
Hex 53 87 73 27 0 F 2F 9D 18 2B
Octal 123 207 163 47 0 17 57 235 30 53
Binary 1010011 10000111 1110011 100111 0 1111 101111 10011101 11000 101011

Color Harmonies of #538773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538773

Black with #538773

Text Example


Text Example

White with #538773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538773; }

 p { color: rgb(83,135,115); }

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

background-color css

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

 a { background-color: rgb(83,135,115); }

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

border-color css

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

 span { border-color: rgb(83,135,115); }

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