Html Css Color HEX #5A8A7B Cutty Sark

📋 copy color: '#5A8A7B'

red 90 ◦ green 138 ◦ blue 123

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

Shades of Cutty Sark #5A8A7B

Tints of Cutty Sark #5A8A7B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.32%

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

R = 25.64%
G = 39.32%
B = 35.04%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#5A8A7B (or 0x5A8A7B) is known color: Cutty Sark. HEX triplet: 5A, 8A and 7B. RGB value is (90,138,123). Sum of RGB (Red+Green+Blue) = 90+138+123=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 138 - color contains mainly: green. Hex color #5A8A7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8A7B is #A57584. Grayscale: #797979. Windows color (decimal): -10843525 or 8096346. OLE color: 8096346.

HSL color Cylindrical-coordinate representation of color #5A8A7B: hue angle of 161.25º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A8A7B is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB 90 138 123 -
CMYK 0.35 0 0.11 0.46
HSL 161.25º 0.21% 0.45% -
HSV(B) 161.25º 0.35% 0.54% -
XYZ 16.88 21.78 22.05 -
YUV 121.94 128.6 105.22 -
System Red Green Blue C M Y K H S L
Decimal 90 138 123 0.35 0 0.11 0.46 161.25 0.21 0.45
Hex 5A 8A 7B 23 0 B 2E A1 15 2D
Octal 132 212 173 43 0 13 56 241 25 55
Binary 1011010 10001010 1111011 100011 0 1011 101110 10100001 10101 101101

Color Harmonies of #5A8A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8A7B

Black with #5A8A7B

Text Example


Text Example

White with #5A8A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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