Html Css Color HEX #5A8F6F Cutty Sark

📋 copy color: '#5A8F6F'

red 90 ◦ green 143 ◦ blue 111

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

Shades of Cutty Sark #5A8F6F

Tints of Cutty Sark #5A8F6F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.57%

 BLUE value IS 111 (43.75% from 255) = 32.27%

R = 26.16%
G = 41.57%
B = 32.27%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#5A8F6F (or 0x5A8F6F) is known color: Cutty Sark. HEX triplet: 5A, 8F and 6F. RGB value is (90,143,111). Sum of RGB (Red+Green+Blue) = 90+143+111=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 143 (56.25% from 255 or 41.57% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 143 - color contains mainly: green. Hex color #5A8F6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8F6F is #A57090. Grayscale: #7B7B7B. Windows color (decimal): -10842257 or 7311194. OLE color: 7311194.

HSL color Cylindrical-coordinate representation of color #5A8F6F: hue angle of 143.77º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A8F6F is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 90 143 111 -
CMYK 0.37 0 0.22 0.44
HSL 143.77º 0.23% 0.46% -
HSV(B) 143.77º 0.37% 0.56% -
XYZ 16.91 22.97 18.58 -
YUV 123.51 120.94 104.1 -
System Red Green Blue C M Y K H S L
Decimal 90 143 111 0.37 0 0.22 0.44 143.77 0.23 0.46
Hex 5A 8F 6F 25 0 16 2C 90 17 2E
Octal 132 217 157 45 0 26 54 220 27 56
Binary 1011010 10001111 1101111 100101 0 10110 101100 10010000 10111 101110

Color Harmonies of #5A8F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8F6F

Black with #5A8F6F

Text Example


Text Example

White with #5A8F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,143,111); }

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

background-color css

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

 a { background-color: rgb(90,143,111); }

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

border-color css

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

 span { border-color: rgb(90,143,111); }

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