Html Css Color HEX #525E7A Chambray

📋 copy color: '#525E7A'

red 82 ◦ green 94 ◦ blue 122

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

Shades of Chambray #525E7A

Tints of Chambray #525E7A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.54%

 BLUE value IS 122 (48.05% from 255) = 40.94%

R = 27.52%
G = 31.54%
B = 40.94%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#525E7A (or 0x525E7A) is known color: Chambray. HEX triplet: 52, 5E and 7A. RGB value is (82,94,122). Sum of RGB (Red+Green+Blue) = 82+94+122=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 122 - color contains mainly: blue. Hex color #525E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525E7A is #ADA185. Grayscale: #5D5D5D. Windows color (decimal): -11379078 or 8019538. OLE color: 8019538.

HSL color Cylindrical-coordinate representation of color #525E7A: hue angle of 222º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #525E7A is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 94 122 -
CMYK 0.33 0.23 0 0.52
HSL 222º 0.2% 0.4% -
HSV(B) 222º 0.33% 0.48% -
XYZ 11 11.2 20 -
YUV 93.6 144.02 119.72 -
System Red Green Blue C M Y K H S L
Decimal 82 94 122 0.33 0.23 0 0.52 222 0.2 0.4
Hex 52 5E 7A 21 17 0 34 DE 14 28
Octal 122 136 172 41 27 0 64 336 24 50
Binary 1010010 1011110 1111010 100001 10111 0 110100 11011110 10100 101000

Color Harmonies of #525E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525E7A

Black with #525E7A

Text Example


Text Example

White with #525E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,94,122); }

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

background-color css

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

 a { background-color: rgb(82,94,122); }

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

border-color css

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

 span { border-color: rgb(82,94,122); }

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