Html Css Color HEX #525C81 Chambray

📋 copy color: '#525C81'

red 82 ◦ green 92 ◦ blue 129

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

Shades of Chambray #525C81

Tints of Chambray #525C81

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.36%

 BLUE value IS 129 (50.78% from 255) = 42.57%

R = 27.06%
G = 30.36%
B = 42.57%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#525C81 (or 0x525C81) is known color: Chambray. HEX triplet: 52, 5C and 81. RGB value is (82,92,129). Sum of RGB (Red+Green+Blue) = 82+92+129=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 129 - color contains mainly: blue. Hex color #525C81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525C81 is #ADA37E. Grayscale: #5D5D5D. Windows color (decimal): -11379583 or 8477778. OLE color: 8477778.

HSL color Cylindrical-coordinate representation of color #525C81: hue angle of 227.23º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #525C81 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 92 129 -
CMYK 0.36 0.29 0 0.49
HSL 227.23º 0.22% 0.41% -
HSV(B) 227.23º 0.36% 0.51% -
XYZ 11.27 11.03 22.3 -
YUV 93.23 148.19 119.99 -
System Red Green Blue C M Y K H S L
Decimal 82 92 129 0.36 0.29 0 0.49 227.23 0.22 0.41
Hex 52 5C 81 24 1D 0 31 E3 16 29
Octal 122 134 201 44 35 0 61 343 26 51
Binary 1010010 1011100 10000001 100100 11101 0 110001 11100011 10110 101001

Color Harmonies of #525C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525C81

Black with #525C81

Text Example


Text Example

White with #525C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,92,129); }

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

background-color css

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

 a { background-color: rgb(82,92,129); }

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

border-color css

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

 span { border-color: rgb(82,92,129); }

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