Html Css Color HEX #5A7B6F Cutty Sark

📋 copy color: '#5A7B6F'

red 90 ◦ green 123 ◦ blue 111

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

Shades of Cutty Sark #5A7B6F

Tints of Cutty Sark #5A7B6F

RGB

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

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

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

R = 27.78%
G = 37.96%
B = 34.26%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#5A7B6F (or 0x5A7B6F) is known color: Cutty Sark. HEX triplet: 5A, 7B and 6F. RGB value is (90,123,111). Sum of RGB (Red+Green+Blue) = 90+123+111=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 123 - color contains mainly: green. Hex color #5A7B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7B6F is #A58490. Grayscale: #6F6F6F. Windows color (decimal): -10847377 or 7306074. OLE color: 7306074.

HSL color Cylindrical-coordinate representation of color #5A7B6F: hue angle of 158.18º 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 #5A7B6F is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 90 123 111 -
CMYK 0.27 0 0.10 0.52
HSL 158.18º 0.15% 0.42% -
HSV(B) 158.18º 0.27% 0.48% -
XYZ 14.17 17.49 17.67 -
YUV 111.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 90 123 111 0.27 0 0.10 0.52 158.18 0.15 0.42
Hex 5A 7B 6F 1B 0 A 34 9E F 2A
Octal 132 173 157 33 0 12 64 236 17 52
Binary 1011010 1111011 1101111 11011 0 1010 110100 10011110 1111 101010

Color Harmonies of #5A7B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7B6F

Black with #5A7B6F

Text Example


Text Example

White with #5A7B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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