Html Css Color HEX #526078 Chambray

📋 copy color: '#526078'

red 82 ◦ green 96 ◦ blue 120

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

Shades of Chambray #526078

Tints of Chambray #526078

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.21%

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

R = 27.52%
G = 32.21%
B = 40.27%

CMYK

 C value IS 0.32

 M value IS 0.2

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#526078 (or 0x526078) is known color: Chambray. HEX triplet: 52, 60 and 78. RGB value is (82,96,120). Sum of RGB (Red+Green+Blue) = 82+96+120=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 120 - color contains mainly: blue. Hex color #526078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526078 is #AD9F87. Grayscale: #5E5E5E. Windows color (decimal): -11378568 or 7888978. OLE color: 7888978.

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

Color convert

RGB 82 96 120 -
CMYK 0.32 0.2 0 0.53
HSL 217.89º 0.19% 0.4% -
HSV(B) 217.89º 0.32% 0.47% -
XYZ 11.05 11.52 19.41 -
YUV 94.55 142.36 119.05 -
System Red Green Blue C M Y K H S L
Decimal 82 96 120 0.32 0.2 0 0.53 217.89 0.19 0.4
Hex 52 60 78 20 14 0 35 DA 13 28
Octal 122 140 170 40 24 0 65 332 23 50
Binary 1010010 1100000 1111000 100000 10100 0 110101 11011010 10011 101000

Color Harmonies of #526078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526078

Black with #526078

Text Example


Text Example

White with #526078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526078; }

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

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

background-color css

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

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

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

border-color css

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

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

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