Html Css Color HEX #526377 Chambray

📋 copy color: '#526377'

red 82 ◦ green 99 ◦ blue 119

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

Shades of Chambray #526377

Tints of Chambray #526377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33%

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

R = 27.33%
G = 33%
B = 39.67%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#526377 (or 0x526377) is known color: Chambray. HEX triplet: 52, 63 and 77. RGB value is (82,99,119). Sum of RGB (Red+Green+Blue) = 82+99+119=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 119 - color contains mainly: blue. Hex color #526377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526377 is #AD9C88. Grayscale: #606060. Windows color (decimal): -11377801 or 7824210. OLE color: 7824210.

HSL color Cylindrical-coordinate representation of color #526377: hue angle of 212.43º 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 #526377 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 99 119 -
CMYK 0.31 0.17 0 0.53
HSL 212.43º 0.18% 0.39% -
HSV(B) 212.43º 0.31% 0.47% -
XYZ 11.27 12.05 19.18 -
YUV 96.2 140.87 117.87 -
System Red Green Blue C M Y K H S L
Decimal 82 99 119 0.31 0.17 0 0.53 212.43 0.18 0.39
Hex 52 63 77 1F 11 0 35 D4 12 27
Octal 122 143 167 37 21 0 65 324 22 47
Binary 1010010 1100011 1110111 11111 10001 0 110101 11010100 10010 100111

Color Harmonies of #526377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526377

Black with #526377

Text Example


Text Example

White with #526377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526377; }

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

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

background-color css

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

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

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

border-color css

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

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

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