Html Css Color HEX #538673 Cutty Sark

📋 copy color: '#538673'

red 83 ◦ green 134 ◦ blue 115

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

Shades of Cutty Sark #538673

Tints of Cutty Sark #538673

RGB

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

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

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

R = 25%
G = 40.36%
B = 34.64%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#538673 (or 0x538673) is known color: Cutty Sark. HEX triplet: 53, 86 and 73. RGB value is (83,134,115). Sum of RGB (Red+Green+Blue) = 83+134+115=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 134 - color contains mainly: green. Hex color #538673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538673 is #AC798C. Grayscale: #747474. Windows color (decimal): -11303309 or 7571027. OLE color: 7571027.

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

Color convert

RGB 83 134 115 -
CMYK 0.38 0 0.14 0.47
HSL 157.65º 0.24% 0.43% -
HSV(B) 157.65º 0.38% 0.53% -
XYZ 15.19 20.13 19.3 -
YUV 116.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 83 134 115 0.38 0 0.14 0.47 157.65 0.24 0.43
Hex 53 86 73 26 0 E 2F 9E 18 2B
Octal 123 206 163 46 0 16 57 236 30 53
Binary 1010011 10000110 1110011 100110 0 1110 101111 10011110 11000 101011

Color Harmonies of #538673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538673

Black with #538673

Text Example


Text Example

White with #538673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538673; }

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

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

background-color css

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

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

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

border-color css

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

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

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