Html Css Color HEX #525F85 Chambray

📋 copy color: '#525F85'

red 82 ◦ green 95 ◦ blue 133

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

Shades of Chambray #525F85

Tints of Chambray #525F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.9%

R = 26.45%
G = 30.65%
B = 42.9%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#525F85 (or 0x525F85) is known color: Chambray. HEX triplet: 52, 5F and 85. RGB value is (82,95,133). Sum of RGB (Red+Green+Blue) = 82+95+133=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 133 - color contains mainly: blue. Hex color #525F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525F85 is #ADA07A. Grayscale: #5F5F5F. Windows color (decimal): -11378811 or 8740690. OLE color: 8740690.

HSL color Cylindrical-coordinate representation of color #525F85: hue angle of 224.71º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #525F85 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 95 133 -
CMYK 0.38 0.29 0 0.48
HSL 224.71º 0.24% 0.42% -
HSV(B) 224.71º 0.38% 0.52% -
XYZ 11.81 11.67 23.82 -
YUV 95.45 149.19 118.41 -
System Red Green Blue C M Y K H S L
Decimal 82 95 133 0.38 0.29 0 0.48 224.71 0.24 0.42
Hex 52 5F 85 26 1D 0 30 E1 18 2A
Octal 122 137 205 46 35 0 60 341 30 52
Binary 1010010 1011111 10000101 100110 11101 0 110000 11100001 11000 101010

Color Harmonies of #525F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525F85

Black with #525F85

Text Example


Text Example

White with #525F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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