Html Css Color HEX #5A877A Cutty Sark

📋 copy color: '#5A877A'

red 90 ◦ green 135 ◦ blue 122

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

Shades of Cutty Sark #5A877A

Tints of Cutty Sark #5A877A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.9%

 BLUE value IS 122 (48.05% from 255) = 35.16%

R = 25.94%
G = 38.9%
B = 35.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#5A877A (or 0x5A877A) is known color: Cutty Sark. HEX triplet: 5A, 87 and 7A. RGB value is (90,135,122). Sum of RGB (Red+Green+Blue) = 90+135+122=347 (45% of max value = 765). Red value is 90 (35.55% from 255 or 25.94% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 135 - color contains mainly: green. Hex color #5A877A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A877A is #A57885. Grayscale: #787878. Windows color (decimal): -10844294 or 8030042. OLE color: 8030042.

HSL color Cylindrical-coordinate representation of color #5A877A: hue angle of 162.67º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A877A is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 90 135 122 -
CMYK 0.33 0 0.10 0.47
HSL 162.67º 0.2% 0.44% -
HSV(B) 162.67º 0.33% 0.53% -
XYZ 16.39 20.91 21.58 -
YUV 120.06 129.09 106.56 -
System Red Green Blue C M Y K H S L
Decimal 90 135 122 0.33 0 0.10 0.47 162.67 0.2 0.44
Hex 5A 87 7A 21 0 A 2F A3 14 2C
Octal 132 207 172 41 0 12 57 243 24 54
Binary 1011010 10000111 1111010 100001 0 1010 101111 10100011 10100 101100

Color Harmonies of #5A877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A877A

Black with #5A877A

Text Example


Text Example

White with #5A877A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,135,122); }

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

background-color css

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

 a { background-color: rgb(90,135,122); }

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

border-color css

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

 span { border-color: rgb(90,135,122); }

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