Html Css Color HEX #5A867D Cutty Sark

📋 copy color: '#5A867D'

red 90 ◦ green 134 ◦ blue 125

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

Shades of Cutty Sark #5A867D

Tints of Cutty Sark #5A867D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.82%

R = 25.79%
G = 38.4%
B = 35.82%

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

#5A867D (or 0x5A867D) is known color: Cutty Sark. HEX triplet: 5A, 86 and 7D. RGB value is (90,134,125). Sum of RGB (Red+Green+Blue) = 90+134+125=349 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.79% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 134 - color contains mainly: green. Hex color #5A867D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A867D is #A57982. Grayscale: #777777. Windows color (decimal): -10844547 or 8226394. OLE color: 8226394.

HSL color Cylindrical-coordinate representation of color #5A867D: hue angle of 167.73º 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 #5A867D is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 90 134 125 -
CMYK 0.33 0 0.07 0.47
HSL 167.73º 0.2% 0.44% -
HSV(B) 167.73º 0.33% 0.53% -
XYZ 16.44 20.7 22.53 -
YUV 119.82 130.92 106.73 -
System Red Green Blue C M Y K H S L
Decimal 90 134 125 0.33 0 0.07 0.47 167.73 0.2 0.44
Hex 5A 86 7D 21 0 7 2F A8 14 2C
Octal 132 206 175 41 0 7 57 250 24 54
Binary 1011010 10000110 1111101 100001 0 111 101111 10101000 10100 101100

Color Harmonies of #5A867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A867D

Black with #5A867D

Text Example


Text Example

White with #5A867D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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