Html Css Color HEX #526082 Chambray

📋 copy color: '#526082'

red 82 ◦ green 96 ◦ blue 130

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

Shades of Chambray #526082

Tints of Chambray #526082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 42.21%

R = 26.62%
G = 31.17%
B = 42.21%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#526082 (or 0x526082) is known color: Chambray. HEX triplet: 52, 60 and 82. RGB value is (82,96,130). Sum of RGB (Red+Green+Blue) = 82+96+130=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 130 - color contains mainly: blue. Hex color #526082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526082 is #AD9F7D. Grayscale: #5F5F5F. Windows color (decimal): -11378558 or 8544338. OLE color: 8544338.

HSL color Cylindrical-coordinate representation of color #526082: hue angle of 222.5º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #526082 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 96 130 -
CMYK 0.37 0.26 0 0.49
HSL 222.5º 0.23% 0.42% -
HSV(B) 222.5º 0.37% 0.51% -
XYZ 11.69 11.77 22.77 -
YUV 95.69 147.36 118.24 -
System Red Green Blue C M Y K H S L
Decimal 82 96 130 0.37 0.26 0 0.49 222.5 0.23 0.42
Hex 52 60 82 25 1A 0 31 DE 17 2A
Octal 122 140 202 45 32 0 61 336 27 52
Binary 1010010 1100000 10000010 100101 11010 0 110001 11011110 10111 101010

Color Harmonies of #526082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526082

Black with #526082

Text Example


Text Example

White with #526082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526082; }

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

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

background-color css

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

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

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

border-color css

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

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

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