Html Css Color HEX #5A7B6C Cutty Sark

📋 copy color: '#5A7B6C'

red 90 ◦ green 123 ◦ blue 108

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

Shades of Cutty Sark #5A7B6C

Tints of Cutty Sark #5A7B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.64%

R = 28.04%
G = 38.32%
B = 33.64%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#5A7B6C (or 0x5A7B6C) is known color: Cutty Sark. HEX triplet: 5A, 7B and 6C. RGB value is (90,123,108). Sum of RGB (Red+Green+Blue) = 90+123+108=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 123 - color contains mainly: green. Hex color #5A7B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7B6C is #A58493. Grayscale: #6F6F6F. Windows color (decimal): -10847380 or 7109466. OLE color: 7109466.

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

Color convert

RGB 90 123 108 -
CMYK 0.27 0 0.12 0.52
HSL 152.73º 0.15% 0.42% -
HSV(B) 152.73º 0.27% 0.48% -
XYZ 14.01 17.42 16.81 -
YUV 111.42 126.07 112.72 -
System Red Green Blue C M Y K H S L
Decimal 90 123 108 0.27 0 0.12 0.52 152.73 0.15 0.42
Hex 5A 7B 6C 1B 0 C 34 99 F 2A
Octal 132 173 154 33 0 14 64 231 17 52
Binary 1011010 1111011 1101100 11011 0 1100 110100 10011001 1111 101010

Color Harmonies of #5A7B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7B6C

Black with #5A7B6C

Text Example


Text Example

White with #5A7B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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