Html Css Color HEX #525C78 Chambray

📋 copy color: '#525C78'

red 82 ◦ green 92 ◦ blue 120

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

Shades of Chambray #525C78

Tints of Chambray #525C78

RGB

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

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

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

R = 27.89%
G = 31.29%
B = 40.82%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#525C78 (or 0x525C78) is known color: Chambray. HEX triplet: 52, 5C and 78. RGB value is (82,92,120). Sum of RGB (Red+Green+Blue) = 82+92+120=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 120 - color contains mainly: blue. Hex color #525C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525C78 is #ADA387. Grayscale: #5C5C5C. Windows color (decimal): -11379592 or 7887954. OLE color: 7887954.

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

Color convert

RGB 82 92 120 -
CMYK 0.32 0.23 0 0.53
HSL 224.21º 0.19% 0.4% -
HSV(B) 224.21º 0.32% 0.47% -
XYZ 10.7 10.8 19.29 -
YUV 92.2 143.69 120.72 -
System Red Green Blue C M Y K H S L
Decimal 82 92 120 0.32 0.23 0 0.53 224.21 0.19 0.4
Hex 52 5C 78 20 17 0 35 E0 13 28
Octal 122 134 170 40 27 0 65 340 23 50
Binary 1010010 1011100 1111000 100000 10111 0 110101 11100000 10011 101000

Color Harmonies of #525C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525C78

Black with #525C78

Text Example


Text Example

White with #525C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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