Html Css Color HEX #525D6C Chambray

📋 copy color: '#525D6C'

red 82 ◦ green 93 ◦ blue 108

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

Shades of Chambray #525D6C

Tints of Chambray #525D6C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.86%

 BLUE value IS 108 (42.58% from 255) = 38.16%

R = 28.98%
G = 32.86%
B = 38.16%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#525D6C (or 0x525D6C) is known color: Chambray. HEX triplet: 52, 5D and 6C. RGB value is (82,93,108). Sum of RGB (Red+Green+Blue) = 82+93+108=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 108 - color contains mainly: blue. Hex color #525D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D6C is #ADA293. Grayscale: #5B5B5B. Windows color (decimal): -11379348 or 7101778. OLE color: 7101778.

HSL color Cylindrical-coordinate representation of color #525D6C: hue angle of 214.62º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #525D6C is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 93 108 -
CMYK 0.24 0.14 0 0.58
HSL 214.62º 0.14% 0.37% -
HSV(B) 214.62º 0.24% 0.42% -
XYZ 10.1 10.71 15.72 -
YUV 91.42 137.36 121.28 -
System Red Green Blue C M Y K H S L
Decimal 82 93 108 0.24 0.14 0 0.58 214.62 0.14 0.37
Hex 52 5D 6C 18 E 0 3A D7 E 25
Octal 122 135 154 30 16 0 72 327 16 45
Binary 1010010 1011101 1101100 11000 1110 0 111010 11010111 1110 100101

Color Harmonies of #525D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525D6C

Black with #525D6C

Text Example


Text Example

White with #525D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525D6C; }

 p { color: rgb(82,93,108); }

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

background-color css

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

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

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

border-color css

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

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

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