Html Css Color HEX #525A77 Chambray

📋 copy color: '#525A77'

red 82 ◦ green 90 ◦ blue 119

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

Shades of Chambray #525A77

Tints of Chambray #525A77

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.93%

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

R = 28.18%
G = 30.93%
B = 40.89%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#525A77 (or 0x525A77) is known color: Chambray. HEX triplet: 52, 5A and 77. RGB value is (82,90,119). Sum of RGB (Red+Green+Blue) = 82+90+119=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 119 - color contains mainly: blue. Hex color #525A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525A77 is #ADA588. Grayscale: #5A5A5A. Windows color (decimal): -11380105 or 7821906. OLE color: 7821906.

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

Color convert

RGB 82 90 119 -
CMYK 0.31 0.24 0 0.53
HSL 227.03º 0.18% 0.39% -
HSV(B) 227.03º 0.31% 0.47% -
XYZ 10.47 10.44 18.92 -
YUV 90.91 143.85 121.64 -
System Red Green Blue C M Y K H S L
Decimal 82 90 119 0.31 0.24 0 0.53 227.03 0.18 0.39
Hex 52 5A 77 1F 18 0 35 E3 12 27
Octal 122 132 167 37 30 0 65 343 22 47
Binary 1010010 1011010 1110111 11111 11000 0 110101 11100011 10010 100111

Color Harmonies of #525A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525A77

Black with #525A77

Text Example


Text Example

White with #525A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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