Html Css Color HEX #525C6C Chambray

📋 copy color: '#525C6C'

red 82 ◦ green 92 ◦ blue 108

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

Shades of Chambray #525C6C

Tints of Chambray #525C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.3%

R = 29.08%
G = 32.62%
B = 38.3%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#525C6C (or 0x525C6C) is known color: Chambray. HEX triplet: 52, 5C and 6C. RGB value is (82,92,108). Sum of RGB (Red+Green+Blue) = 82+92+108=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 108 - color contains mainly: blue. Hex color #525C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525C6C is #ADA393. Grayscale: #5A5A5A. Windows color (decimal): -11379604 or 7101522. OLE color: 7101522.

HSL color Cylindrical-coordinate representation of color #525C6C: hue angle of 216.92º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #525C6C is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 92 108 -
CMYK 0.24 0.15 0 0.58
HSL 216.92º 0.14% 0.37% -
HSV(B) 216.92º 0.24% 0.42% -
XYZ 10.01 10.53 15.69 -
YUV 90.83 137.69 121.7 -
System Red Green Blue C M Y K H S L
Decimal 82 92 108 0.24 0.15 0 0.58 216.92 0.14 0.37
Hex 52 5C 6C 18 F 0 3A D9 E 25
Octal 122 134 154 30 17 0 72 331 16 45
Binary 1010010 1011100 1101100 11000 1111 0 111010 11011001 1110 100101

Color Harmonies of #525C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525C6C

Black with #525C6C

Text Example


Text Example

White with #525C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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