Html Css Color HEX #538A6D Cutty Sark

📋 copy color: '#538A6D'

red 83 ◦ green 138 ◦ blue 109

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

Shades of Cutty Sark #538A6D

Tints of Cutty Sark #538A6D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.82%

 BLUE value IS 109 (42.97% from 255) = 33.03%

R = 25.15%
G = 41.82%
B = 33.03%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#538A6D (or 0x538A6D) is known color: Cutty Sark. HEX triplet: 53, 8A and 6D. RGB value is (83,138,109). Sum of RGB (Red+Green+Blue) = 83+138+109=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 138 - color contains mainly: green. Hex color #538A6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538A6D is #AC7592. Grayscale: #767676. Windows color (decimal): -11302291 or 7178835. OLE color: 7178835.

HSL color Cylindrical-coordinate representation of color #538A6D: hue angle of 148.36º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #538A6D is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 138 109 -
CMYK 0.40 0 0.21 0.46
HSL 148.36º 0.25% 0.43% -
HSV(B) 148.36º 0.4% 0.54% -
XYZ 15.42 21.12 17.73 -
YUV 118.25 122.78 102.86 -
System Red Green Blue C M Y K H S L
Decimal 83 138 109 0.40 0 0.21 0.46 148.36 0.25 0.43
Hex 53 8A 6D 28 0 15 2E 94 19 2B
Octal 123 212 155 50 0 25 56 224 31 53
Binary 1010011 10001010 1101101 101000 0 10101 101110 10010100 11001 101011

Color Harmonies of #538A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538A6D

Black with #538A6D

Text Example


Text Example

White with #538A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538A6D; }

 p { color: rgb(83,138,109); }

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

background-color css

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

 a { background-color: rgb(83,138,109); }

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

border-color css

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

 span { border-color: rgb(83,138,109); }

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