Html Css Color HEX #525F83 Chambray

📋 copy color: '#525F83'

red 82 ◦ green 95 ◦ blue 131

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

Shades of Chambray #525F83

Tints of Chambray #525F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 42.53%

R = 26.62%
G = 30.84%
B = 42.53%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#525F83 (or 0x525F83) is known color: Chambray. HEX triplet: 52, 5F and 83. RGB value is (82,95,131). Sum of RGB (Red+Green+Blue) = 82+95+131=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 131 - color contains mainly: blue. Hex color #525F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525F83 is #ADA07C. Grayscale: #5F5F5F. Windows color (decimal): -11378813 or 8609618. OLE color: 8609618.

HSL color Cylindrical-coordinate representation of color #525F83: hue angle of 224.08º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #525F83 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 95 131 -
CMYK 0.37 0.27 0 0.49
HSL 224.08º 0.23% 0.42% -
HSV(B) 224.08º 0.37% 0.51% -
XYZ 11.67 11.62 23.1 -
YUV 95.22 148.19 118.57 -
System Red Green Blue C M Y K H S L
Decimal 82 95 131 0.37 0.27 0 0.49 224.08 0.23 0.42
Hex 52 5F 83 25 1B 0 31 E0 17 2A
Octal 122 137 203 45 33 0 61 340 27 52
Binary 1010010 1011111 10000011 100101 11011 0 110001 11100000 10111 101010

Color Harmonies of #525F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525F83

Black with #525F83

Text Example


Text Example

White with #525F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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