Html Css Color HEX #5F867A Cutty Sark

📋 copy color: '#5F867A'

red 95 ◦ green 134 ◦ blue 122

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

Shades of Cutty Sark #5F867A

Tints of Cutty Sark #5F867A

RGB

 RED value IS 95 (37.5% from 255) = 27.07%

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

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

R = 27.07%
G = 38.18%
B = 34.76%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#5F867A (or 0x5F867A) is known color: Cutty Sark. HEX triplet: 5F, 86 and 7A. RGB value is (95,134,122). Sum of RGB (Red+Green+Blue) = 95+134+122=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 134 - color contains mainly: green. Hex color #5F867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F867A is #A07985. Grayscale: #787878. Windows color (decimal): -10516870 or 8029791. OLE color: 8029791.

HSL color Cylindrical-coordinate representation of color #5F867A: hue angle of 161.54º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F867A is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 95 134 122 -
CMYK 0.29 0 0.09 0.47
HSL 161.54º 0.17% 0.45% -
HSV(B) 161.54º 0.29% 0.53% -
XYZ 16.76 20.89 21.56 -
YUV 120.97 128.58 109.48 -
System Red Green Blue C M Y K H S L
Decimal 95 134 122 0.29 0 0.09 0.47 161.54 0.17 0.45
Hex 5F 86 7A 1D 0 9 2F A2 11 2D
Octal 137 206 172 35 0 11 57 242 21 55
Binary 1011111 10000110 1111010 11101 0 1001 101111 10100010 10001 101101

Color Harmonies of #5F867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F867A

Black with #5F867A

Text Example


Text Example

White with #5F867A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,134,122); }

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

background-color css

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

 a { background-color: rgb(95,134,122); }

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

border-color css

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

 span { border-color: rgb(95,134,122); }

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