Html Css Color HEX #538679 Cutty Sark

📋 copy color: '#538679'

red 83 ◦ green 134 ◦ blue 121

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

Shades of Cutty Sark #538679

Tints of Cutty Sark #538679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.8%

R = 24.56%
G = 39.64%
B = 35.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#538679 (or 0x538679) is known color: Cutty Sark. HEX triplet: 53, 86 and 79. RGB value is (83,134,121). Sum of RGB (Red+Green+Blue) = 83+134+121=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 134 - color contains mainly: green. Hex color #538679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538679 is #AC7986. Grayscale: #757575. Windows color (decimal): -11303303 or 7964243. OLE color: 7964243.

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

Color convert

RGB 83 134 121 -
CMYK 0.38 0 0.10 0.47
HSL 164.71º 0.24% 0.43% -
HSV(B) 164.71º 0.38% 0.53% -
XYZ 15.54 20.27 21.18 -
YUV 117.27 130.1 103.56 -
System Red Green Blue C M Y K H S L
Decimal 83 134 121 0.38 0 0.10 0.47 164.71 0.24 0.43
Hex 53 86 79 26 0 A 2F A5 18 2B
Octal 123 206 171 46 0 12 57 245 30 53
Binary 1010011 10000110 1111001 100110 0 1010 101111 10100101 11000 101011

Color Harmonies of #538679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538679

Black with #538679

Text Example


Text Example

White with #538679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538679; }

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

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

background-color css

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

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

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

border-color css

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

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

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