Html Css Color HEX #5E867B Cutty Sark

📋 copy color: '#5E867B'

red 94 ◦ green 134 ◦ blue 123

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

Shades of Cutty Sark #5E867B

Tints of Cutty Sark #5E867B

RGB

 RED value IS 94 (37.11% from 255) = 26.78%

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

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

R = 26.78%
G = 38.18%
B = 35.04%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#5E867B (or 0x5E867B) is known color: Cutty Sark. HEX triplet: 5E, 86 and 7B. RGB value is (94,134,123). Sum of RGB (Red+Green+Blue) = 94+134+123=351 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.78% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 134 - color contains mainly: green. Hex color #5E867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E867B is #A17984. Grayscale: #787878. Windows color (decimal): -10582405 or 8095326. OLE color: 8095326.

HSL color Cylindrical-coordinate representation of color #5E867B: hue angle of 163.5º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E867B is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 94 134 123 -
CMYK 0.30 0 0.08 0.47
HSL 163.5º 0.18% 0.45% -
HSV(B) 163.5º 0.3% 0.53% -
XYZ 16.72 20.86 21.88 -
YUV 120.79 129.25 108.89 -
System Red Green Blue C M Y K H S L
Decimal 94 134 123 0.30 0 0.08 0.47 163.5 0.18 0.45
Hex 5E 86 7B 1E 0 8 2F A4 12 2D
Octal 136 206 173 36 0 10 57 244 22 55
Binary 1011110 10000110 1111011 11110 0 1000 101111 10100100 10010 101101

Color Harmonies of #5E867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E867B

Black with #5E867B

Text Example


Text Example

White with #5E867B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,134,123); }

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

background-color css

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

 a { background-color: rgb(94,134,123); }

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

border-color css

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

 span { border-color: rgb(94,134,123); }

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