Html Css Color HEX #538B76 Cutty Sark

📋 copy color: '#538B76'

red 83 ◦ green 139 ◦ blue 118

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

Shades of Cutty Sark #538B76

Tints of Cutty Sark #538B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.71%

R = 24.41%
G = 40.88%
B = 34.71%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#538B76 (or 0x538B76) is known color: Cutty Sark. HEX triplet: 53, 8B and 76. RGB value is (83,139,118). Sum of RGB (Red+Green+Blue) = 83+139+118=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 139 - color contains mainly: green. Hex color #538B76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B76 is #AC7489. Grayscale: #777777. Windows color (decimal): -11302026 or 7768915. OLE color: 7768915.

HSL color Cylindrical-coordinate representation of color #538B76: hue angle of 157.5º 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 #538B76 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 139 118 -
CMYK 0.40 0 0.15 0.45
HSL 157.5º 0.25% 0.44% -
HSV(B) 157.5º 0.4% 0.55% -
XYZ 16.07 21.61 20.46 -
YUV 119.86 126.95 101.71 -
System Red Green Blue C M Y K H S L
Decimal 83 139 118 0.40 0 0.15 0.45 157.5 0.25 0.44
Hex 53 8B 76 28 0 F 2D 9E 19 2C
Octal 123 213 166 50 0 17 55 236 31 54
Binary 1010011 10001011 1110110 101000 0 1111 101101 10011110 11001 101100

Color Harmonies of #538B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538B76

Black with #538B76

Text Example


Text Example

White with #538B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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