Html Css Color HEX #5A7E6C Cutty Sark

📋 copy color: '#5A7E6C'

red 90 ◦ green 126 ◦ blue 108

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

Shades of Cutty Sark #5A7E6C

Tints of Cutty Sark #5A7E6C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.89%

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

R = 27.78%
G = 38.89%
B = 33.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#5A7E6C (or 0x5A7E6C) is known color: Cutty Sark. HEX triplet: 5A, 7E and 6C. RGB value is (90,126,108). Sum of RGB (Red+Green+Blue) = 90+126+108=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 126 - color contains mainly: green. Hex color #5A7E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7E6C is #A58193. Grayscale: #717171. Windows color (decimal): -10846612 or 7110234. OLE color: 7110234.

HSL color Cylindrical-coordinate representation of color #5A7E6C: hue angle of 150º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A7E6C is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 90 126 108 -
CMYK 0.29 0 0.14 0.51
HSL 150º 0.17% 0.42% -
HSV(B) 150º 0.29% 0.49% -
XYZ 14.38 18.18 16.94 -
YUV 113.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 90 126 108 0.29 0 0.14 0.51 150 0.17 0.42
Hex 5A 7E 6C 1D 0 E 33 96 11 2A
Octal 132 176 154 35 0 16 63 226 21 52
Binary 1011010 1111110 1101100 11101 0 1110 110011 10010110 10001 101010

Color Harmonies of #5A7E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7E6C

Black with #5A7E6C

Text Example


Text Example

White with #5A7E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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