Html Css Color HEX #525B7C Chambray

📋 copy color: '#525B7C'

red 82 ◦ green 91 ◦ blue 124

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

Shades of Chambray #525B7C

Tints of Chambray #525B7C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.64%

 BLUE value IS 124 (48.83% from 255) = 41.75%

R = 27.61%
G = 30.64%
B = 41.75%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#525B7C (or 0x525B7C) is known color: Chambray. HEX triplet: 52, 5B and 7C. RGB value is (82,91,124). Sum of RGB (Red+Green+Blue) = 82+91+124=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 124 - color contains mainly: blue. Hex color #525B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B7C is #ADA483. Grayscale: #5B5B5B. Windows color (decimal): -11379844 or 8149842. OLE color: 8149842.

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

Color convert

RGB 82 91 124 -
CMYK 0.34 0.27 0 0.51
HSL 227.14º 0.2% 0.4% -
HSV(B) 227.14º 0.34% 0.49% -
XYZ 10.86 10.73 20.57 -
YUV 92.07 146.02 120.82 -
System Red Green Blue C M Y K H S L
Decimal 82 91 124 0.34 0.27 0 0.51 227.14 0.2 0.4
Hex 52 5B 7C 22 1B 0 33 E3 14 28
Octal 122 133 174 42 33 0 63 343 24 50
Binary 1010010 1011011 1111100 100010 11011 0 110011 11100011 10100 101000

Color Harmonies of #525B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525B7C

Black with #525B7C

Text Example


Text Example

White with #525B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,91,124); }

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

background-color css

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

 a { background-color: rgb(82,91,124); }

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

border-color css

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

 span { border-color: rgb(82,91,124); }

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