Html Css Color HEX #5A857B Cutty Sark

📋 copy color: '#5A857B'

red 90 ◦ green 133 ◦ blue 123

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

Shades of Cutty Sark #5A857B

Tints of Cutty Sark #5A857B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.44%

 BLUE value IS 123 (48.44% from 255) = 35.55%

R = 26.01%
G = 38.44%
B = 35.55%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#5A857B (or 0x5A857B) is known color: Cutty Sark. HEX triplet: 5A, 85 and 7B. RGB value is (90,133,123). Sum of RGB (Red+Green+Blue) = 90+133+123=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 133 - color contains mainly: green. Hex color #5A857B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A857B is #A57A84. Grayscale: #777777. Windows color (decimal): -10844805 or 8095066. OLE color: 8095066.

HSL color Cylindrical-coordinate representation of color #5A857B: hue angle of 166.05º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A857B is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 90 133 123 -
CMYK 0.32 0 0.08 0.48
HSL 166.05º 0.19% 0.44% -
HSV(B) 166.05º 0.32% 0.52% -
XYZ 16.18 20.38 21.82 -
YUV 119 130.25 107.31 -
System Red Green Blue C M Y K H S L
Decimal 90 133 123 0.32 0 0.08 0.48 166.05 0.19 0.44
Hex 5A 85 7B 20 0 8 30 A6 13 2C
Octal 132 205 173 40 0 10 60 246 23 54
Binary 1011010 10000101 1111011 100000 0 1000 110000 10100110 10011 101100

Color Harmonies of #5A857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A857B

Black with #5A857B

Text Example


Text Example

White with #5A857B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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