Html Css Color HEX #52587B Chambray

📋 copy color: '#52587B'

red 82 ◦ green 88 ◦ blue 123

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

Shades of Chambray #52587B

Tints of Chambray #52587B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.03%

 BLUE value IS 123 (48.44% from 255) = 41.98%

R = 27.99%
G = 30.03%
B = 41.98%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#52587B (or 0x52587B) is known color: Chambray. HEX triplet: 52, 58 and 7B. RGB value is (82,88,123). Sum of RGB (Red+Green+Blue) = 82+88+123=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 123 - color contains mainly: blue. Hex color #52587B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52587B is #ADA784. Grayscale: #5A5A5A. Windows color (decimal): -11380613 or 8083538. OLE color: 8083538.

HSL color Cylindrical-coordinate representation of color #52587B: hue angle of 231.22º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #52587B is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 88 123 -
CMYK 0.33 0.28 0 0.52
HSL 231.22º 0.2% 0.4% -
HSV(B) 231.22º 0.33% 0.48% -
XYZ 10.54 10.2 20.15 -
YUV 90.2 146.51 122.15 -
System Red Green Blue C M Y K H S L
Decimal 82 88 123 0.33 0.28 0 0.52 231.22 0.2 0.4
Hex 52 58 7B 21 1C 0 34 E7 14 28
Octal 122 130 173 41 34 0 64 347 24 50
Binary 1010010 1011000 1111011 100001 11100 0 110100 11100111 10100 101000

Color Harmonies of #52587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52587B

Black with #52587B

Text Example


Text Example

White with #52587B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52587B; }

 p { color: rgb(82,88,123); }

 H1.HeaderClassName
 {
   color: #52587B;
 }
 .AnyTagClassName
 {
   color: #52587B;
 }
</style>

background-color css

<style>
 a { background-color: #52587B; }

 a { background-color: rgb(82,88,123); }

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

border-color css

<style>
 span { border-color: #52587B; }

 span { border-color: rgb(82,88,123); }

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