Html Css Color HEX #5A906F Cutty Sark

📋 copy color: '#5A906F'

red 90 ◦ green 144 ◦ blue 111

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

Shades of Cutty Sark #5A906F

Tints of Cutty Sark #5A906F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.74%

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

R = 26.09%
G = 41.74%
B = 32.17%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#5A906F (or 0x5A906F) is known color: Cutty Sark. HEX triplet: 5A, 90 and 6F. RGB value is (90,144,111). Sum of RGB (Red+Green+Blue) = 90+144+111=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 144 - color contains mainly: green. Hex color #5A906F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A906F is #A56F90. Grayscale: #7C7C7C. Windows color (decimal): -10842001 or 7311450. OLE color: 7311450.

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

Color convert

RGB 90 144 111 -
CMYK 0.37 0 0.23 0.44
HSL 143.33º 0.23% 0.46% -
HSV(B) 143.33º 0.38% 0.56% -
XYZ 17.06 23.27 18.63 -
YUV 124.09 120.61 103.68 -
System Red Green Blue C M Y K H S L
Decimal 90 144 111 0.37 0 0.23 0.44 143.33 0.23 0.46
Hex 5A 90 6F 25 0 17 2C 8F 17 2E
Octal 132 220 157 45 0 27 54 217 27 56
Binary 1011010 10010000 1101111 100101 0 10111 101100 10001111 10111 101110

Color Harmonies of #5A906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A906F

Black with #5A906F

Text Example


Text Example

White with #5A906F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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