Html Css Color HEX #538A75 Cutty Sark

📋 copy color: '#538A75'

red 83 ◦ green 138 ◦ blue 117

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

Shades of Cutty Sark #538A75

Tints of Cutty Sark #538A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.62%

R = 24.56%
G = 40.83%
B = 34.62%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#538A75 (or 0x538A75) is known color: Cutty Sark. HEX triplet: 53, 8A and 75. RGB value is (83,138,117). Sum of RGB (Red+Green+Blue) = 83+138+117=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 138 - color contains mainly: green. Hex color #538A75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538A75 is #AC758A. Grayscale: #777777. Windows color (decimal): -11302283 or 7703123. OLE color: 7703123.

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

Color convert

RGB 83 138 117 -
CMYK 0.40 0 0.15 0.46
HSL 157.09º 0.25% 0.43% -
HSV(B) 157.09º 0.4% 0.54% -
XYZ 15.87 21.3 20.1 -
YUV 119.16 126.78 102.21 -
System Red Green Blue C M Y K H S L
Decimal 83 138 117 0.40 0 0.15 0.46 157.09 0.25 0.43
Hex 53 8A 75 28 0 F 2E 9D 19 2B
Octal 123 212 165 50 0 17 56 235 31 53
Binary 1010011 10001010 1110101 101000 0 1111 101110 10011101 11001 101011

Color Harmonies of #538A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538A75

Black with #538A75

Text Example


Text Example

White with #538A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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