Html Css Color HEX #5A7B71 Cutty Sark

📋 copy color: '#5A7B71'

red 90 ◦ green 123 ◦ blue 113

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

Shades of Cutty Sark #5A7B71

Tints of Cutty Sark #5A7B71

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.73%

 BLUE value IS 113 (44.53% from 255) = 34.66%

R = 27.61%
G = 37.73%
B = 34.66%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#5A7B71 (or 0x5A7B71) is known color: Cutty Sark. HEX triplet: 5A, 7B and 71. RGB value is (90,123,113). Sum of RGB (Red+Green+Blue) = 90+123+113=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 123 - color contains mainly: green. Hex color #5A7B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7B71 is #A5848E. Grayscale: #707070. Windows color (decimal): -10847375 or 7437146. OLE color: 7437146.

HSL color Cylindrical-coordinate representation of color #5A7B71: hue angle of 161.82º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A7B71 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB 90 123 113 -
CMYK 0.27 0 0.08 0.52
HSL 161.82º 0.15% 0.42% -
HSV(B) 161.82º 0.27% 0.48% -
XYZ 14.28 17.53 18.25 -
YUV 111.99 128.57 112.31 -
System Red Green Blue C M Y K H S L
Decimal 90 123 113 0.27 0 0.08 0.52 161.82 0.15 0.42
Hex 5A 7B 71 1B 0 8 34 A2 F 2A
Octal 132 173 161 33 0 10 64 242 17 52
Binary 1011010 1111011 1110001 11011 0 1000 110100 10100010 1111 101010

Color Harmonies of #5A7B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7B71

Black with #5A7B71

Text Example


Text Example

White with #5A7B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,123,113); }

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

background-color css

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

 a { background-color: rgb(90,123,113); }

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

border-color css

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

 span { border-color: rgb(90,123,113); }

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