Html Css Color HEX #5A837A Cutty Sark

📋 copy color: '#5A837A'

red 90 ◦ green 131 ◦ blue 122

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

Shades of Cutty Sark #5A837A

Tints of Cutty Sark #5A837A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.19%

 BLUE value IS 122 (48.05% from 255) = 35.57%

R = 26.24%
G = 38.19%
B = 35.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#5A837A (or 0x5A837A) is known color: Cutty Sark. HEX triplet: 5A, 83 and 7A. RGB value is (90,131,122). Sum of RGB (Red+Green+Blue) = 90+131+122=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 131 - color contains mainly: green. Hex color #5A837A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A837A is #A57C85. Grayscale: #757575. Windows color (decimal): -10845318 or 8029018. OLE color: 8029018.

HSL color Cylindrical-coordinate representation of color #5A837A: hue angle of 166.83º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5A837A is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 90 131 122 -
CMYK 0.31 0 0.07 0.49
HSL 166.83º 0.19% 0.43% -
HSV(B) 166.83º 0.31% 0.51% -
XYZ 15.85 19.81 21.4 -
YUV 117.72 130.42 108.23 -
System Red Green Blue C M Y K H S L
Decimal 90 131 122 0.31 0 0.07 0.49 166.83 0.19 0.43
Hex 5A 83 7A 1F 0 7 31 A7 13 2B
Octal 132 203 172 37 0 7 61 247 23 53
Binary 1011010 10000011 1111010 11111 0 111 110001 10100111 10011 101011

Color Harmonies of #5A837A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A837A

Black with #5A837A

Text Example


Text Example

White with #5A837A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,131,122); }

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

background-color css

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

 a { background-color: rgb(90,131,122); }

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

border-color css

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

 span { border-color: rgb(90,131,122); }

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