Html Css Color HEX #5A867C Cutty Sark

📋 copy color: '#5A867C'

red 90 ◦ green 134 ◦ blue 124

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

Shades of Cutty Sark #5A867C

Tints of Cutty Sark #5A867C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.51%

 BLUE value IS 124 (48.83% from 255) = 35.63%

R = 25.86%
G = 38.51%
B = 35.63%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#5A867C (or 0x5A867C) is known color: Cutty Sark. HEX triplet: 5A, 86 and 7C. RGB value is (90,134,124). Sum of RGB (Red+Green+Blue) = 90+134+124=348 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.86% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 134 - color contains mainly: green. Hex color #5A867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A867C is #A57983. Grayscale: #777777. Windows color (decimal): -10844548 or 8160858. OLE color: 8160858.

HSL color Cylindrical-coordinate representation of color #5A867C: hue angle of 166.36º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A867C is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 90 134 124 -
CMYK 0.33 0 0.07 0.47
HSL 166.36º 0.2% 0.44% -
HSV(B) 166.36º 0.33% 0.53% -
XYZ 16.38 20.68 22.2 -
YUV 119.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 90 134 124 0.33 0 0.07 0.47 166.36 0.2 0.44
Hex 5A 86 7C 21 0 7 2F A6 14 2C
Octal 132 206 174 41 0 7 57 246 24 54
Binary 1011010 10000110 1111100 100001 0 111 101111 10100110 10100 101100

Color Harmonies of #5A867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A867C

Black with #5A867C

Text Example


Text Example

White with #5A867C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,134,124); }

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

background-color css

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

 a { background-color: rgb(90,134,124); }

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

border-color css

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

 span { border-color: rgb(90,134,124); }

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