Html Css Color HEX #525345 Ship Grey

📋 copy color: '#525345'

red 82 ◦ green 83 ◦ blue 69

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

Shades of Ship Grey #525345

Tints of Ship Grey #525345

RGB

 RED value IS 82 (32.42% from 255) = 35.04%

 GREEN value IS 83 (32.81% from 255) = 35.47%

 BLUE value IS 69 (27.34% from 255) = 29.49%

R = 35.04%
G = 35.47%
B = 29.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#525345 (or 0x525345) is known color: Ship Grey. HEX triplet: 52, 53 and 45. RGB value is (82,83,69). Sum of RGB (Red+Green+Blue) = 82+83+69=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 83 - color contains mainly: green. Hex color #525345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525345 is #ADACBA. Grayscale: #515151. Windows color (decimal): -11381947 or 4543314. OLE color: 4543314.

HSL color Cylindrical-coordinate representation of color #525345: hue angle of 64.29º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #525345 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 83 69 -
CMYK 0.01 0 0.17 0.67
HSL 64.29º 0.09% 0.3% -
HSV(B) 64.29º 0.17% 0.33% -
XYZ 7.65 8.41 6.85 -
YUV 81.11 121.17 128.64 -
System Red Green Blue C M Y K H S L
Decimal 82 83 69 0.01 0 0.17 0.67 64.29 0.09 0.3
Hex 52 53 45 1 0 11 43 40 9 1E
Octal 122 123 105 1 0 21 103 100 11 36
Binary 1010010 1010011 1000101 1 0 10001 1000011 1000000 1001 11110

Color Harmonies of #525345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525345

Black with #525345

Text Example


Text Example

White with #525345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525345; }

 p { color: rgb(82,83,69); }

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

background-color css

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

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

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

border-color css

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

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

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