Html Css Color HEX #58857B Cutty Sark

📋 copy color: '#58857B'

red 88 ◦ green 133 ◦ blue 123

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

Shades of Cutty Sark #58857B

Tints of Cutty Sark #58857B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.66%

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

R = 25.58%
G = 38.66%
B = 35.76%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#58857B (or 0x58857B) is known color: Cutty Sark. HEX triplet: 58, 85 and 7B. RGB value is (88,133,123). Sum of RGB (Red+Green+Blue) = 88+133+123=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 133 - color contains mainly: green. Hex color #58857B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58857B is #A77A84. Grayscale: #767676. Windows color (decimal): -10975877 or 8095064. OLE color: 8095064.

HSL color Cylindrical-coordinate representation of color #58857B: hue angle of 166.67º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #58857B is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 133 123 -
CMYK 0.34 0 0.08 0.48
HSL 166.67º 0.2% 0.43% -
HSV(B) 166.67º 0.34% 0.52% -
XYZ 15.99 20.28 21.81 -
YUV 118.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 88 133 123 0.34 0 0.08 0.48 166.67 0.2 0.43
Hex 58 85 7B 22 0 8 30 A7 14 2B
Octal 130 205 173 42 0 10 60 247 24 53
Binary 1011000 10000101 1111011 100010 0 1000 110000 10100111 10100 101011

Color Harmonies of #58857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58857B

Black with #58857B

Text Example


Text Example

White with #58857B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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