Html Css Color HEX #52534B Ship Grey

📋 copy color: '#52534B'

red 82 ◦ green 83 ◦ blue 75

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

Shades of Ship Grey #52534B

Tints of Ship Grey #52534B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.25%

R = 34.17%
G = 34.58%
B = 31.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#52534B (or 0x52534B) is known color: Ship Grey. HEX triplet: 52, 53 and 4B. RGB value is (82,83,75). Sum of RGB (Red+Green+Blue) = 82+83+75=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 83 - color contains mainly: green. Hex color #52534B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52534B is #ADACB4. Grayscale: #515151. Windows color (decimal): -11381941 or 4936530. OLE color: 4936530.

HSL color Cylindrical-coordinate representation of color #52534B: hue angle of 67.5º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #52534B is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 83 75 -
CMYK 0.01 0 0.10 0.67
HSL 67.5º 0.05% 0.31% -
HSV(B) 67.5º 0.1% 0.33% -
XYZ 7.84 8.49 7.88 -
YUV 81.79 124.17 128.15 -
System Red Green Blue C M Y K H S L
Decimal 82 83 75 0.01 0 0.10 0.67 67.5 0.05 0.31
Hex 52 53 4B 1 0 A 43 44 5 1F
Octal 122 123 113 1 0 12 103 104 5 37
Binary 1010010 1010011 1001011 1 0 1010 1000011 1000100 101 11111

Color Harmonies of #52534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52534B

Black with #52534B

Text Example


Text Example

White with #52534B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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