Html Css Color HEX #525D78 Chambray

📋 copy color: '#525D78'

red 82 ◦ green 93 ◦ blue 120

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

Shades of Chambray #525D78

Tints of Chambray #525D78

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.53%

 BLUE value IS 120 (47.27% from 255) = 40.68%

R = 27.8%
G = 31.53%
B = 40.68%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#525D78 (or 0x525D78) is known color: Chambray. HEX triplet: 52, 5D and 78. RGB value is (82,93,120). Sum of RGB (Red+Green+Blue) = 82+93+120=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 120 - color contains mainly: blue. Hex color #525D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D78 is #ADA287. Grayscale: #5C5C5C. Windows color (decimal): -11379336 or 7888210. OLE color: 7888210.

HSL color Cylindrical-coordinate representation of color #525D78: hue angle of 222.63º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #525D78 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 93 120 -
CMYK 0.32 0.22 0 0.53
HSL 222.63º 0.19% 0.4% -
HSV(B) 222.63º 0.32% 0.47% -
XYZ 10.78 10.98 19.32 -
YUV 92.79 143.36 120.3 -
System Red Green Blue C M Y K H S L
Decimal 82 93 120 0.32 0.22 0 0.53 222.63 0.19 0.4
Hex 52 5D 78 20 16 0 35 DF 13 28
Octal 122 135 170 40 26 0 65 337 23 50
Binary 1010010 1011101 1111000 100000 10110 0 110101 11011111 10011 101000

Color Harmonies of #525D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525D78

Black with #525D78

Text Example


Text Example

White with #525D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,93,120); }

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

background-color css

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

 a { background-color: rgb(82,93,120); }

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

border-color css

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

 span { border-color: rgb(82,93,120); }

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