Html Css Color HEX #526075 Chambray

📋 copy color: '#526075'

red 82 ◦ green 96 ◦ blue 117

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

Shades of Chambray #526075

Tints of Chambray #526075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.66%

R = 27.8%
G = 32.54%
B = 39.66%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#526075 (or 0x526075) is known color: Chambray. HEX triplet: 52, 60 and 75. RGB value is (82,96,117). Sum of RGB (Red+Green+Blue) = 82+96+117=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 117 - color contains mainly: blue. Hex color #526075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526075 is #AD9F8A. Grayscale: #5E5E5E. Windows color (decimal): -11378571 or 7692370. OLE color: 7692370.

HSL color Cylindrical-coordinate representation of color #526075: hue angle of 216º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #526075 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 96 117 -
CMYK 0.30 0.18 0 0.54
HSL 216º 0.18% 0.39% -
HSV(B) 216º 0.3% 0.46% -
XYZ 10.87 11.44 18.47 -
YUV 94.21 140.86 119.29 -
System Red Green Blue C M Y K H S L
Decimal 82 96 117 0.30 0.18 0 0.54 216 0.18 0.39
Hex 52 60 75 1E 12 0 36 D8 12 27
Octal 122 140 165 36 22 0 66 330 22 47
Binary 1010010 1100000 1110101 11110 10010 0 110110 11011000 10010 100111

Color Harmonies of #526075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526075

Black with #526075

Text Example


Text Example

White with #526075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526075; }

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

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

background-color css

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

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

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

border-color css

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

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

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