Html Css Color HEX #525B7F Chambray

📋 copy color: '#525B7F'

red 82 ◦ green 91 ◦ blue 127

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

Shades of Chambray #525B7F

Tints of Chambray #525B7F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.33%

 BLUE value IS 127 (50% from 255) = 42.33%

R = 27.33%
G = 30.33%
B = 42.33%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#525B7F (or 0x525B7F) is known color: Chambray. HEX triplet: 52, 5B and 7F. RGB value is (82,91,127). Sum of RGB (Red+Green+Blue) = 82+91+127=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 127 - color contains mainly: blue. Hex color #525B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B7F is #ADA480. Grayscale: #5C5C5C. Windows color (decimal): -11379841 or 8346450. OLE color: 8346450.

HSL color Cylindrical-coordinate representation of color #525B7F: hue angle of 228º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #525B7F is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 91 127 -
CMYK 0.35 0.28 0 0.50
HSL 228º 0.22% 0.41% -
HSV(B) 228º 0.35% 0.5% -
XYZ 11.05 10.81 21.58 -
YUV 92.41 147.52 120.57 -
System Red Green Blue C M Y K H S L
Decimal 82 91 127 0.35 0.28 0 0.50 228 0.22 0.41
Hex 52 5B 7F 23 1C 0 32 E4 16 29
Octal 122 133 177 43 34 0 62 344 26 51
Binary 1010010 1011011 1111111 100011 11100 0 110010 11100100 10110 101001

Color Harmonies of #525B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525B7F

Black with #525B7F

Text Example


Text Example

White with #525B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,91,127); }

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

background-color css

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

 a { background-color: rgb(82,91,127); }

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

border-color css

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

 span { border-color: rgb(82,91,127); }

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