Html Css Color HEX #538B6C Cutty Sark

📋 copy color: '#538B6C'

red 83 ◦ green 139 ◦ blue 108

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

Shades of Cutty Sark #538B6C

Tints of Cutty Sark #538B6C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.12%

 BLUE value IS 108 (42.58% from 255) = 32.73%

R = 25.15%
G = 42.12%
B = 32.73%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#538B6C (or 0x538B6C) is known color: Cutty Sark. HEX triplet: 53, 8B and 6C. RGB value is (83,139,108). Sum of RGB (Red+Green+Blue) = 83+139+108=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 139 - color contains mainly: green. Hex color #538B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B6C is #AC7493. Grayscale: #767676. Windows color (decimal): -11302036 or 7113555. OLE color: 7113555.

HSL color Cylindrical-coordinate representation of color #538B6C: hue angle of 146.79º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #538B6C is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 139 108 -
CMYK 0.40 0 0.22 0.45
HSL 146.79º 0.25% 0.44% -
HSV(B) 146.79º 0.4% 0.55% -
XYZ 15.51 21.39 17.5 -
YUV 118.72 121.95 102.52 -
System Red Green Blue C M Y K H S L
Decimal 83 139 108 0.40 0 0.22 0.45 146.79 0.25 0.44
Hex 53 8B 6C 28 0 16 2D 93 19 2C
Octal 123 213 154 50 0 26 55 223 31 54
Binary 1010011 10001011 1101100 101000 0 10110 101101 10010011 11001 101100

Color Harmonies of #538B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538B6C

Black with #538B6C

Text Example


Text Example

White with #538B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,139,108); }

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

background-color css

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

 a { background-color: rgb(83,139,108); }

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

border-color css

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

 span { border-color: rgb(83,139,108); }

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