Html Css Color HEX #525C6F Chambray

📋 copy color: '#525C6F'

red 82 ◦ green 92 ◦ blue 111

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

Shades of Chambray #525C6F

Tints of Chambray #525C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.95%

R = 28.77%
G = 32.28%
B = 38.95%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#525C6F (or 0x525C6F) is known color: Chambray. HEX triplet: 52, 5C and 6F. RGB value is (82,92,111). Sum of RGB (Red+Green+Blue) = 82+92+111=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 111 - color contains mainly: blue. Hex color #525C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525C6F is #ADA390. Grayscale: #5B5B5B. Windows color (decimal): -11379601 or 7298130. OLE color: 7298130.

HSL color Cylindrical-coordinate representation of color #525C6F: hue angle of 219.31º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #525C6F is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 92 111 -
CMYK 0.26 0.17 0 0.56
HSL 219.31º 0.15% 0.38% -
HSV(B) 219.31º 0.26% 0.44% -
XYZ 10.18 10.6 16.55 -
YUV 91.18 139.19 121.46 -
System Red Green Blue C M Y K H S L
Decimal 82 92 111 0.26 0.17 0 0.56 219.31 0.15 0.38
Hex 52 5C 6F 1A 11 0 38 DB F 26
Octal 122 134 157 32 21 0 70 333 17 46
Binary 1010010 1011100 1101111 11010 10001 0 111000 11011011 1111 100110

Color Harmonies of #525C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525C6F

Black with #525C6F

Text Example


Text Example

White with #525C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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