Html Css Color HEX #526180 Chambray

📋 copy color: '#526180'

red 82 ◦ green 97 ◦ blue 128

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

Shades of Chambray #526180

Tints of Chambray #526180

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.6%

 BLUE value IS 128 (50.39% from 255) = 41.69%

R = 26.71%
G = 31.6%
B = 41.69%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#526180 (or 0x526180) is known color: Chambray. HEX triplet: 52, 61 and 80. RGB value is (82,97,128). Sum of RGB (Red+Green+Blue) = 82+97+128=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 128 - color contains mainly: blue. Hex color #526180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526180 is #AD9E7F. Grayscale: #5F5F5F. Windows color (decimal): -11378304 or 8413522. OLE color: 8413522.

HSL color Cylindrical-coordinate representation of color #526180: hue angle of 220.43º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #526180 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 97 128 -
CMYK 0.36 0.24 0 0.50
HSL 220.43º 0.22% 0.41% -
HSV(B) 220.43º 0.36% 0.5% -
XYZ 11.65 11.9 22.11 -
YUV 96.05 146.03 117.98 -
System Red Green Blue C M Y K H S L
Decimal 82 97 128 0.36 0.24 0 0.50 220.43 0.22 0.41
Hex 52 61 80 24 18 0 32 DC 16 29
Octal 122 141 200 44 30 0 62 334 26 51
Binary 1010010 1100001 10000000 100100 11000 0 110010 11011100 10110 101001

Color Harmonies of #526180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526180

Black with #526180

Text Example


Text Example

White with #526180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526180; }

 p { color: rgb(82,97,128); }

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

background-color css

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

 a { background-color: rgb(82,97,128); }

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

border-color css

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

 span { border-color: rgb(82,97,128); }

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