Html Css Color HEX #525C73 Chambray

📋 copy color: '#525C73'

red 82 ◦ green 92 ◦ blue 115

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

Shades of Chambray #525C73

Tints of Chambray #525C73

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.83%

 BLUE value IS 115 (45.31% from 255) = 39.79%

R = 28.37%
G = 31.83%
B = 39.79%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#525C73 (or 0x525C73) is known color: Chambray. HEX triplet: 52, 5C and 73. RGB value is (82,92,115). Sum of RGB (Red+Green+Blue) = 82+92+115=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 115 - color contains mainly: blue. Hex color #525C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525C73 is #ADA38C. Grayscale: #5B5B5B. Windows color (decimal): -11379597 or 7560274. OLE color: 7560274.

HSL color Cylindrical-coordinate representation of color #525C73: hue angle of 221.82º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #525C73 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 92 115 -
CMYK 0.29 0.20 0 0.55
HSL 221.82º 0.17% 0.39% -
HSV(B) 221.82º 0.29% 0.45% -
XYZ 10.4 10.69 17.73 -
YUV 91.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 82 92 115 0.29 0.20 0 0.55 221.82 0.17 0.39
Hex 52 5C 73 1D 14 0 37 DE 11 27
Octal 122 134 163 35 24 0 67 336 21 47
Binary 1010010 1011100 1110011 11101 10100 0 110111 11011110 10001 100111

Color Harmonies of #525C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525C73

Black with #525C73

Text Example


Text Example

White with #525C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,92,115); }

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

background-color css

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

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

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

border-color css

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

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

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