Html Css Color HEX #525F76 Chambray

📋 copy color: '#525F76'

red 82 ◦ green 95 ◦ blue 118

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

Shades of Chambray #525F76

Tints of Chambray #525F76

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.2%

 BLUE value IS 118 (46.48% from 255) = 40%

R = 27.8%
G = 32.2%
B = 40%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#525F76 (or 0x525F76) is known color: Chambray. HEX triplet: 52, 5F and 76. RGB value is (82,95,118). Sum of RGB (Red+Green+Blue) = 82+95+118=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 118 - color contains mainly: blue. Hex color #525F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525F76 is #ADA089. Grayscale: #5D5D5D. Windows color (decimal): -11378826 or 7757650. OLE color: 7757650.

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

Color convert

RGB 82 95 118 -
CMYK 0.31 0.19 0 0.54
HSL 218.33º 0.18% 0.39% -
HSV(B) 218.33º 0.31% 0.46% -
XYZ 10.84 11.29 18.75 -
YUV 93.74 141.69 119.63 -
System Red Green Blue C M Y K H S L
Decimal 82 95 118 0.31 0.19 0 0.54 218.33 0.18 0.39
Hex 52 5F 76 1F 13 0 36 DA 12 27
Octal 122 137 166 37 23 0 66 332 22 47
Binary 1010010 1011111 1110110 11111 10011 0 110110 11011010 10010 100111

Color Harmonies of #525F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525F76

Black with #525F76

Text Example


Text Example

White with #525F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,95,118); }

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

background-color css

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

 a { background-color: rgb(82,95,118); }

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

border-color css

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

 span { border-color: rgb(82,95,118); }

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