Html Css Color HEX #525F81 Chambray

📋 copy color: '#525F81'

red 82 ◦ green 95 ◦ blue 129

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

Shades of Chambray #525F81

Tints of Chambray #525F81

RGB

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

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

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

R = 26.8%
G = 31.05%
B = 42.16%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#525F81 (or 0x525F81) is known color: Chambray. HEX triplet: 52, 5F and 81. RGB value is (82,95,129). Sum of RGB (Red+Green+Blue) = 82+95+129=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 129 - color contains mainly: blue. Hex color #525F81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525F81 is #ADA07E. Grayscale: #5E5E5E. Windows color (decimal): -11378815 or 8478546. OLE color: 8478546.

HSL color Cylindrical-coordinate representation of color #525F81: hue angle of 223.4º 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 #525F81 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 95 129 -
CMYK 0.36 0.26 0 0.49
HSL 223.4º 0.22% 0.41% -
HSV(B) 223.4º 0.36% 0.51% -
XYZ 11.53 11.56 22.39 -
YUV 94.99 147.19 118.74 -
System Red Green Blue C M Y K H S L
Decimal 82 95 129 0.36 0.26 0 0.49 223.4 0.22 0.41
Hex 52 5F 81 24 1A 0 31 DF 16 29
Octal 122 137 201 44 32 0 61 337 26 51
Binary 1010010 1011111 10000001 100100 11010 0 110001 11011111 10110 101001

Color Harmonies of #525F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525F81

Black with #525F81

Text Example


Text Example

White with #525F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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