Html Css Color HEX #5A7268 Cutty Sark

📋 copy color: '#5A7268'

red 90 ◦ green 114 ◦ blue 104

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

Shades of Cutty Sark #5A7268

Tints of Cutty Sark #5A7268

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.01%

 BLUE value IS 104 (41.02% from 255) = 33.77%

R = 29.22%
G = 37.01%
B = 33.77%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#5A7268 (or 0x5A7268) is known color: Cutty Sark. HEX triplet: 5A, 72 and 68. RGB value is (90,114,104). Sum of RGB (Red+Green+Blue) = 90+114+104=308 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.22% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 114 - color contains mainly: green. Hex color #5A7268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7268 is #A58D97. Grayscale: #696969. Windows color (decimal): -10849688 or 6845018. OLE color: 6845018.

HSL color Cylindrical-coordinate representation of color #5A7268: hue angle of 155º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5A7268 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 114 104 -
CMYK 0.21 0 0.09 0.55
HSL 155º 0.12% 0.4% -
HSV(B) 155º 0.21% 0.45% -
XYZ 12.73 15.21 15.36 -
YUV 105.68 127.05 116.81 -
System Red Green Blue C M Y K H S L
Decimal 90 114 104 0.21 0 0.09 0.55 155 0.12 0.4
Hex 5A 72 68 15 0 9 37 9B C 28
Octal 132 162 150 25 0 11 67 233 14 50
Binary 1011010 1110010 1101000 10101 0 1001 110111 10011011 1100 101000

Color Harmonies of #5A7268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7268

Black with #5A7268

Text Example


Text Example

White with #5A7268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,114,104); }

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

background-color css

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

 a { background-color: rgb(90,114,104); }

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

border-color css

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

 span { border-color: rgb(90,114,104); }

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