Html Css Color HEX #526077 Chambray

📋 copy color: '#526077'

red 82 ◦ green 96 ◦ blue 119

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

Shades of Chambray #526077

Tints of Chambray #526077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 40.07%

R = 27.61%
G = 32.32%
B = 40.07%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#526077 (or 0x526077) is known color: Chambray. HEX triplet: 52, 60 and 77. RGB value is (82,96,119). Sum of RGB (Red+Green+Blue) = 82+96+119=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 119 - color contains mainly: blue. Hex color #526077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526077 is #AD9F88. Grayscale: #5E5E5E. Windows color (decimal): -11378569 or 7823442. OLE color: 7823442.

HSL color Cylindrical-coordinate representation of color #526077: hue angle of 217.3º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #526077 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 96 119 -
CMYK 0.31 0.19 0 0.53
HSL 217.3º 0.18% 0.39% -
HSV(B) 217.3º 0.31% 0.47% -
XYZ 10.99 11.49 19.09 -
YUV 94.44 141.86 119.13 -
System Red Green Blue C M Y K H S L
Decimal 82 96 119 0.31 0.19 0 0.53 217.3 0.18 0.39
Hex 52 60 77 1F 13 0 35 D9 12 27
Octal 122 140 167 37 23 0 65 331 22 47
Binary 1010010 1100000 1110111 11111 10011 0 110101 11011001 10010 100111

Color Harmonies of #526077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526077

Black with #526077

Text Example


Text Example

White with #526077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526077; }

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

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

background-color css

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

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

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

border-color css

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

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

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