Html Css Color HEX #525C7C Chambray

📋 copy color: '#525C7C'

red 82 ◦ green 92 ◦ blue 124

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

Shades of Chambray #525C7C

Tints of Chambray #525C7C

RGB

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

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

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

R = 27.52%
G = 30.87%
B = 41.61%

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

#525C7C (or 0x525C7C) is known color: Chambray. HEX triplet: 52, 5C and 7C. RGB value is (82,92,124). Sum of RGB (Red+Green+Blue) = 82+92+124=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 124 - color contains mainly: blue. Hex color #525C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525C7C is #ADA383. Grayscale: #5C5C5C. Windows color (decimal): -11379588 or 8150098. OLE color: 8150098.

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

Color convert

RGB 82 92 124 -
CMYK 0.34 0.26 0 0.51
HSL 225.71º 0.2% 0.4% -
HSV(B) 225.71º 0.34% 0.49% -
XYZ 10.94 10.9 20.6 -
YUV 92.66 145.69 120.4 -
System Red Green Blue C M Y K H S L
Decimal 82 92 124 0.34 0.26 0 0.51 225.71 0.2 0.4
Hex 52 5C 7C 22 1A 0 33 E2 14 28
Octal 122 134 174 42 32 0 63 342 24 50
Binary 1010010 1011100 1111100 100010 11010 0 110011 11100010 10100 101000

Color Harmonies of #525C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525C7C

Black with #525C7C

Text Example


Text Example

White with #525C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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