Html Css Color HEX #58867B Cutty Sark

📋 copy color: '#58867B'

red 88 ◦ green 134 ◦ blue 123

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

Shades of Cutty Sark #58867B

Tints of Cutty Sark #58867B

RGB

 RED value IS 88 (34.77% from 255) = 25.51%

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

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

R = 25.51%
G = 38.84%
B = 35.65%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#58867B (or 0x58867B) is known color: Cutty Sark. HEX triplet: 58, 86 and 7B. RGB value is (88,134,123). Sum of RGB (Red+Green+Blue) = 88+134+123=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 134 - color contains mainly: green. Hex color #58867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58867B is #A77984. Grayscale: #767676. Windows color (decimal): -10975621 or 8095320. OLE color: 8095320.

HSL color Cylindrical-coordinate representation of color #58867B: hue angle of 165.65º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #58867B is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 134 123 -
CMYK 0.34 0 0.08 0.47
HSL 165.65º 0.21% 0.44% -
HSV(B) 165.65º 0.34% 0.53% -
XYZ 16.12 20.55 21.86 -
YUV 118.99 130.26 105.89 -
System Red Green Blue C M Y K H S L
Decimal 88 134 123 0.34 0 0.08 0.47 165.65 0.21 0.44
Hex 58 86 7B 22 0 8 2F A6 15 2C
Octal 130 206 173 42 0 10 57 246 25 54
Binary 1011000 10000110 1111011 100010 0 1000 101111 10100110 10101 101100

Color Harmonies of #58867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58867B

Black with #58867B

Text Example


Text Example

White with #58867B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58867B; }

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

 H1.HeaderClassName
 {
   color: #58867B;
 }
 .AnyTagClassName
 {
   color: #58867B;
 }
</style>

background-color css

<style>
 a { background-color: #58867B; }

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

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

border-color css

<style>
 span { border-color: #58867B; }

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

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