Html Css Color HEX #525E78 Chambray

📋 copy color: '#525E78'

red 82 ◦ green 94 ◦ blue 120

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

Shades of Chambray #525E78

Tints of Chambray #525E78

RGB

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

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

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

R = 27.7%
G = 31.76%
B = 40.54%

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

#525E78 (or 0x525E78) is known color: Chambray. HEX triplet: 52, 5E and 78. RGB value is (82,94,120). Sum of RGB (Red+Green+Blue) = 82+94+120=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 120 - color contains mainly: blue. Hex color #525E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525E78 is #ADA187. Grayscale: #5D5D5D. Windows color (decimal): -11379080 or 7888466. OLE color: 7888466.

HSL color Cylindrical-coordinate representation of color #525E78: hue angle of 221.05º 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 #525E78 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 94 120 -
CMYK 0.32 0.22 0 0.53
HSL 221.05º 0.19% 0.4% -
HSV(B) 221.05º 0.32% 0.47% -
XYZ 10.87 11.16 19.35 -
YUV 93.38 143.02 119.89 -
System Red Green Blue C M Y K H S L
Decimal 82 94 120 0.32 0.22 0 0.53 221.05 0.19 0.4
Hex 52 5E 78 20 16 0 35 DD 13 28
Octal 122 136 170 40 26 0 65 335 23 50
Binary 1010010 1011110 1111000 100000 10110 0 110101 11011101 10011 101000

Color Harmonies of #525E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525E78

Black with #525E78

Text Example


Text Example

White with #525E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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