Html Css Color HEX #585852 Ship Grey

📋 copy color: '#585852'

red 88 ◦ green 88 ◦ blue 82

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

Shades of Ship Grey #585852

Tints of Ship Grey #585852

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.11%

 BLUE value IS 82 (32.42% from 255) = 31.78%

R = 34.11%
G = 34.11%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#585852 (or 0x585852) is known color: Ship Grey. HEX triplet: 58, 58 and 52. RGB value is (88,88,82). Sum of RGB (Red+Green+Blue) = 88+88+82=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585852 is #A7A7AD. Grayscale: #575757. Windows color (decimal): -10987438 or 5396568. OLE color: 5396568.

HSL color Cylindrical-coordinate representation of color #585852: hue angle of 60º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #585852 is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 88 82 -
CMYK 0 0 0.07 0.65
HSL 60º 0.04% 0.33% -
HSV(B) 60º 0.07% 0.35% -
XYZ 9.04 9.66 9.37 -
YUV 87.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 88 88 82 0 0 0.07 0.65 60 0.04 0.33
Hex 58 58 52 0 0 7 41 3C 4 21
Octal 130 130 122 0 0 7 101 74 4 41
Binary 1011000 1011000 1010010 0 0 111 1000001 111100 100 100001

Color Harmonies of #585852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585852

Black with #585852

Text Example


Text Example

White with #585852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585852; }

 p { color: rgb(88,88,82); }

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

background-color css

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

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

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

border-color css

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

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

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