Html Css Color HEX #525C7F Chambray

📋 copy color: '#525C7F'

red 82 ◦ green 92 ◦ blue 127

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

Shades of Chambray #525C7F

Tints of Chambray #525C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 42.19%

R = 27.24%
G = 30.56%
B = 42.19%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#525C7F (or 0x525C7F) is known color: Chambray. HEX triplet: 52, 5C and 7F. RGB value is (82,92,127). Sum of RGB (Red+Green+Blue) = 82+92+127=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 127 - color contains mainly: blue. Hex color #525C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525C7F is #ADA380. Grayscale: #5C5C5C. Windows color (decimal): -11379585 or 8346706. OLE color: 8346706.

HSL color Cylindrical-coordinate representation of color #525C7F: hue angle of 226.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #525C7F is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 92 127 -
CMYK 0.35 0.28 0 0.50
HSL 226.67º 0.22% 0.41% -
HSV(B) 226.67º 0.35% 0.5% -
XYZ 11.14 10.98 21.61 -
YUV 93 147.19 120.15 -
System Red Green Blue C M Y K H S L
Decimal 82 92 127 0.35 0.28 0 0.50 226.67 0.22 0.41
Hex 52 5C 7F 23 1C 0 32 E3 16 29
Octal 122 134 177 43 34 0 62 343 26 51
Binary 1010010 1011100 1111111 100011 11100 0 110010 11100011 10110 101001

Color Harmonies of #525C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525C7F

Black with #525C7F

Text Example


Text Example

White with #525C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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