Html Css Color HEX #5A9275 Cutty Sark

📋 copy color: '#5A9275'

red 90 ◦ green 146 ◦ blue 117

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

Shades of Cutty Sark #5A9275

Tints of Cutty Sark #5A9275

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.36%

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

R = 25.5%
G = 41.36%
B = 33.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#5A9275 (or 0x5A9275) is known color: Cutty Sark. HEX triplet: 5A, 92 and 75. RGB value is (90,146,117). Sum of RGB (Red+Green+Blue) = 90+146+117=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 146 - color contains mainly: green. Hex color #5A9275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9275 is #A56D8A. Grayscale: #7E7E7E. Windows color (decimal): -10841483 or 7705178. OLE color: 7705178.

HSL color Cylindrical-coordinate representation of color #5A9275: hue angle of 148.93º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A9275 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB 90 146 117 -
CMYK 0.38 0 0.20 0.43
HSL 148.93º 0.24% 0.46% -
HSV(B) 148.93º 0.38% 0.57% -
XYZ 17.71 24.02 20.53 -
YUV 125.95 122.95 102.36 -
System Red Green Blue C M Y K H S L
Decimal 90 146 117 0.38 0 0.20 0.43 148.93 0.24 0.46
Hex 5A 92 75 26 0 14 2B 95 18 2E
Octal 132 222 165 46 0 24 53 225 30 56
Binary 1011010 10010010 1110101 100110 0 10100 101011 10010101 11000 101110

Color Harmonies of #5A9275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9275

Black with #5A9275

Text Example


Text Example

White with #5A9275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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