Html Css Color HEX #525E77 Chambray

📋 copy color: '#525E77'

red 82 ◦ green 94 ◦ blue 119

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

Shades of Chambray #525E77

Tints of Chambray #525E77

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.86%

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

R = 27.8%
G = 31.86%
B = 40.34%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#525E77 (or 0x525E77) is known color: Chambray. HEX triplet: 52, 5E and 77. RGB value is (82,94,119). Sum of RGB (Red+Green+Blue) = 82+94+119=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 119 - color contains mainly: blue. Hex color #525E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525E77 is #ADA188. Grayscale: #5D5D5D. Windows color (decimal): -11379081 or 7822930. OLE color: 7822930.

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

Color convert

RGB 82 94 119 -
CMYK 0.31 0.21 0 0.53
HSL 220.54º 0.18% 0.39% -
HSV(B) 220.54º 0.31% 0.47% -
XYZ 10.81 11.13 19.03 -
YUV 93.26 142.52 119.97 -
System Red Green Blue C M Y K H S L
Decimal 82 94 119 0.31 0.21 0 0.53 220.54 0.18 0.39
Hex 52 5E 77 1F 15 0 35 DD 12 27
Octal 122 136 167 37 25 0 65 335 22 47
Binary 1010010 1011110 1110111 11111 10101 0 110101 11011101 10010 100111

Color Harmonies of #525E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525E77

Black with #525E77

Text Example


Text Example

White with #525E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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