Html Css Color HEX #525D7D Chambray

📋 copy color: '#525D7D'

red 82 ◦ green 93 ◦ blue 125

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

Shades of Chambray #525D7D

Tints of Chambray #525D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.67%

R = 27.33%
G = 31%
B = 41.67%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#525D7D (or 0x525D7D) is known color: Chambray. HEX triplet: 52, 5D and 7D. RGB value is (82,93,125). Sum of RGB (Red+Green+Blue) = 82+93+125=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 125 - color contains mainly: blue. Hex color #525D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D7D is #ADA282. Grayscale: #5D5D5D. Windows color (decimal): -11379331 or 8215890. OLE color: 8215890.

HSL color Cylindrical-coordinate representation of color #525D7D: hue angle of 224.65º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #525D7D is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 93 125 -
CMYK 0.34 0.26 0 0.51
HSL 224.65º 0.21% 0.41% -
HSV(B) 224.65º 0.34% 0.49% -
XYZ 11.1 11.1 20.96 -
YUV 93.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 82 93 125 0.34 0.26 0 0.51 224.65 0.21 0.41
Hex 52 5D 7D 22 1A 0 33 E1 15 29
Octal 122 135 175 42 32 0 63 341 25 51
Binary 1010010 1011101 1111101 100010 11010 0 110011 11100001 10101 101001

Color Harmonies of #525D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525D7D

Black with #525D7D

Text Example


Text Example

White with #525D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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