Html Css Color HEX #526081 Chambray

📋 copy color: '#526081'

red 82 ◦ green 96 ◦ blue 129

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

Shades of Chambray #526081

Tints of Chambray #526081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 42.02%

R = 26.71%
G = 31.27%
B = 42.02%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#526081 (or 0x526081) is known color: Chambray. HEX triplet: 52, 60 and 81. RGB value is (82,96,129). Sum of RGB (Red+Green+Blue) = 82+96+129=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 129 - color contains mainly: blue. Hex color #526081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526081 is #AD9F7E. Grayscale: #5F5F5F. Windows color (decimal): -11378559 or 8478802. OLE color: 8478802.

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

Color convert

RGB 82 96 129 -
CMYK 0.36 0.26 0 0.49
HSL 222.13º 0.22% 0.41% -
HSV(B) 222.13º 0.36% 0.51% -
XYZ 11.63 11.74 22.42 -
YUV 95.58 146.86 118.32 -
System Red Green Blue C M Y K H S L
Decimal 82 96 129 0.36 0.26 0 0.49 222.13 0.22 0.41
Hex 52 60 81 24 1A 0 31 DE 16 29
Octal 122 140 201 44 32 0 61 336 26 51
Binary 1010010 1100000 10000001 100100 11010 0 110001 11011110 10110 101001

Color Harmonies of #526081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526081

Black with #526081

Text Example


Text Example

White with #526081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526081; }

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

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

background-color css

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

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

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

border-color css

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

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

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