Html Css Color HEX #525D77 Chambray

📋 copy color: '#525D77'

red 82 ◦ green 93 ◦ blue 119

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

Shades of Chambray #525D77

Tints of Chambray #525D77

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.63%

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

R = 27.89%
G = 31.63%
B = 40.48%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#525D77 (or 0x525D77) is known color: Chambray. HEX triplet: 52, 5D and 77. RGB value is (82,93,119). Sum of RGB (Red+Green+Blue) = 82+93+119=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 119 - color contains mainly: blue. Hex color #525D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D77 is #ADA288. Grayscale: #5C5C5C. Windows color (decimal): -11379337 or 7822674. OLE color: 7822674.

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

Color convert

RGB 82 93 119 -
CMYK 0.31 0.22 0 0.53
HSL 222.16º 0.18% 0.39% -
HSV(B) 222.16º 0.31% 0.47% -
XYZ 10.72 10.95 19 -
YUV 92.68 142.86 120.39 -
System Red Green Blue C M Y K H S L
Decimal 82 93 119 0.31 0.22 0 0.53 222.16 0.18 0.39
Hex 52 5D 77 1F 16 0 35 DE 12 27
Octal 122 135 167 37 26 0 65 336 22 47
Binary 1010010 1011101 1110111 11111 10110 0 110101 11011110 10010 100111

Color Harmonies of #525D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525D77

Black with #525D77

Text Example


Text Example

White with #525D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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