Html Css Color HEX #525F7C Chambray

📋 copy color: '#525F7C'

red 82 ◦ green 95 ◦ blue 124

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

Shades of Chambray #525F7C

Tints of Chambray #525F7C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.56%

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

R = 27.24%
G = 31.56%
B = 41.2%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#525F7C (or 0x525F7C) is known color: Chambray. HEX triplet: 52, 5F and 7C. RGB value is (82,95,124). Sum of RGB (Red+Green+Blue) = 82+95+124=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 124 - color contains mainly: blue. Hex color #525F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525F7C is #ADA083. Grayscale: #5E5E5E. Windows color (decimal): -11378820 or 8150866. OLE color: 8150866.

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

Color convert

RGB 82 95 124 -
CMYK 0.34 0.23 0 0.51
HSL 221.43º 0.2% 0.4% -
HSV(B) 221.43º 0.34% 0.49% -
XYZ 11.21 11.43 20.68 -
YUV 94.42 144.69 119.14 -
System Red Green Blue C M Y K H S L
Decimal 82 95 124 0.34 0.23 0 0.51 221.43 0.2 0.4
Hex 52 5F 7C 22 17 0 33 DD 14 28
Octal 122 137 174 42 27 0 63 335 24 50
Binary 1010010 1011111 1111100 100010 10111 0 110011 11011101 10100 101000

Color Harmonies of #525F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525F7C

Black with #525F7C

Text Example


Text Example

White with #525F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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