Html Css Color HEX #538677 Cutty Sark

📋 copy color: '#538677'

red 83 ◦ green 134 ◦ blue 119

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

Shades of Cutty Sark #538677

Tints of Cutty Sark #538677

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.88%

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

R = 24.7%
G = 39.88%
B = 35.42%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#538677 (or 0x538677) is known color: Cutty Sark. HEX triplet: 53, 86 and 77. RGB value is (83,134,119). Sum of RGB (Red+Green+Blue) = 83+134+119=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 134 - color contains mainly: green. Hex color #538677 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538677 is #AC7988. Grayscale: #757575. Windows color (decimal): -11303305 or 7833171. OLE color: 7833171.

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

Color convert

RGB 83 134 119 -
CMYK 0.38 0 0.11 0.47
HSL 162.35º 0.24% 0.43% -
HSV(B) 162.35º 0.38% 0.53% -
XYZ 15.42 20.22 20.54 -
YUV 117.04 129.1 103.72 -
System Red Green Blue C M Y K H S L
Decimal 83 134 119 0.38 0 0.11 0.47 162.35 0.24 0.43
Hex 53 86 77 26 0 B 2F A2 18 2B
Octal 123 206 167 46 0 13 57 242 30 53
Binary 1010011 10000110 1110111 100110 0 1011 101111 10100010 11000 101011

Color Harmonies of #538677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538677

Black with #538677

Text Example


Text Example

White with #538677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538677; }

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

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

background-color css

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

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

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

border-color css

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

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

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