Html Css Color HEX #526378 Chambray

📋 copy color: '#526378'

red 82 ◦ green 99 ◦ blue 120

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

Shades of Chambray #526378

Tints of Chambray #526378

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.89%

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

R = 27.24%
G = 32.89%
B = 39.87%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#526378 (or 0x526378) is known color: Chambray. HEX triplet: 52, 63 and 78. RGB value is (82,99,120). Sum of RGB (Red+Green+Blue) = 82+99+120=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 120 - color contains mainly: blue. Hex color #526378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526378 is #AD9C87. Grayscale: #606060. Windows color (decimal): -11377800 or 7889746. OLE color: 7889746.

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

Color convert

RGB 82 99 120 -
CMYK 0.32 0.17 0 0.53
HSL 213.16º 0.19% 0.4% -
HSV(B) 213.16º 0.32% 0.47% -
XYZ 11.33 12.07 19.5 -
YUV 96.31 141.37 117.79 -
System Red Green Blue C M Y K H S L
Decimal 82 99 120 0.32 0.17 0 0.53 213.16 0.19 0.4
Hex 52 63 78 20 11 0 35 D5 13 28
Octal 122 143 170 40 21 0 65 325 23 50
Binary 1010010 1100011 1111000 100000 10001 0 110101 11010101 10011 101000

Color Harmonies of #526378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526378

Black with #526378

Text Example


Text Example

White with #526378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526378; }

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

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

background-color css

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

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

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

border-color css

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

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

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