Html Css Color HEX #525A7C Chambray

📋 copy color: '#525A7C'

red 82 ◦ green 90 ◦ blue 124

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

Shades of Chambray #525A7C

Tints of Chambray #525A7C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.41%

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

R = 27.7%
G = 30.41%
B = 41.89%

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

#525A7C (or 0x525A7C) is known color: Chambray. HEX triplet: 52, 5A and 7C. RGB value is (82,90,124). Sum of RGB (Red+Green+Blue) = 82+90+124=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 124 - color contains mainly: blue. Hex color #525A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525A7C is #ADA583. Grayscale: #5B5B5B. Windows color (decimal): -11380100 or 8149586. OLE color: 8149586.

HSL color Cylindrical-coordinate representation of color #525A7C: hue angle of 228.57º 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 #525A7C is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 90 124 -
CMYK 0.34 0.27 0 0.51
HSL 228.57º 0.2% 0.4% -
HSV(B) 228.57º 0.34% 0.49% -
XYZ 10.77 10.56 20.54 -
YUV 91.48 146.35 121.24 -
System Red Green Blue C M Y K H S L
Decimal 82 90 124 0.34 0.27 0 0.51 228.57 0.2 0.4
Hex 52 5A 7C 22 1B 0 33 E5 14 28
Octal 122 132 174 42 33 0 63 345 24 50
Binary 1010010 1011010 1111100 100010 11011 0 110011 11100101 10100 101000

Color Harmonies of #525A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525A7C

Black with #525A7C

Text Example


Text Example

White with #525A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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