Html Css Color HEX #5A8A75 Cutty Sark

📋 copy color: '#5A8A75'

red 90 ◦ green 138 ◦ blue 117

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

Shades of Cutty Sark #5A8A75

Tints of Cutty Sark #5A8A75

RGB

 RED value IS 90 (35.55% from 255) = 26.09%

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

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

R = 26.09%
G = 40%
B = 33.91%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#5A8A75 (or 0x5A8A75) is known color: Cutty Sark. HEX triplet: 5A, 8A and 75. RGB value is (90,138,117). Sum of RGB (Red+Green+Blue) = 90+138+117=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 138 - color contains mainly: green. Hex color #5A8A75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8A75 is #A5758A. Grayscale: #797979. Windows color (decimal): -10843531 or 7703130. OLE color: 7703130.

HSL color Cylindrical-coordinate representation of color #5A8A75: hue angle of 153.75º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A8A75 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 90 138 117 -
CMYK 0.35 0 0.15 0.46
HSL 153.75º 0.21% 0.45% -
HSV(B) 153.75º 0.35% 0.54% -
XYZ 16.52 21.63 20.14 -
YUV 121.25 125.6 105.71 -
System Red Green Blue C M Y K H S L
Decimal 90 138 117 0.35 0 0.15 0.46 153.75 0.21 0.45
Hex 5A 8A 75 23 0 F 2E 9A 15 2D
Octal 132 212 165 43 0 17 56 232 25 55
Binary 1011010 10001010 1110101 100011 0 1111 101110 10011010 10101 101101

Color Harmonies of #5A8A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8A75

Black with #5A8A75

Text Example


Text Example

White with #5A8A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A8A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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