Html Css Color HEX #52577F Chambray

📋 copy color: '#52577F'

red 82 ◦ green 87 ◦ blue 127

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

Shades of Chambray #52577F

Tints of Chambray #52577F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.39%

 BLUE value IS 127 (50% from 255) = 42.91%

R = 27.7%
G = 29.39%
B = 42.91%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#52577F (or 0x52577F) is known color: Chambray. HEX triplet: 52, 57 and 7F. RGB value is (82,87,127). Sum of RGB (Red+Green+Blue) = 82+87+127=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 127 - color contains mainly: blue. Hex color #52577F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52577F is #ADA880. Grayscale: #595959. Windows color (decimal): -11380865 or 8345426. OLE color: 8345426.

HSL color Cylindrical-coordinate representation of color #52577F: hue angle of 233.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #52577F is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 87 127 -
CMYK 0.35 0.31 0 0.50
HSL 233.33º 0.22% 0.41% -
HSV(B) 233.33º 0.35% 0.5% -
XYZ 10.72 10.14 21.47 -
YUV 90.07 148.84 122.25 -
System Red Green Blue C M Y K H S L
Decimal 82 87 127 0.35 0.31 0 0.50 233.33 0.22 0.41
Hex 52 57 7F 23 1F 0 32 E9 16 29
Octal 122 127 177 43 37 0 62 351 26 51
Binary 1010010 1010111 1111111 100011 11111 0 110010 11101001 10110 101001

Color Harmonies of #52577F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52577F

Black with #52577F

Text Example


Text Example

White with #52577F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52577F; }

 p { color: rgb(82,87,127); }

 H1.HeaderClassName
 {
   color: #52577F;
 }
 .AnyTagClassName
 {
   color: #52577F;
 }
</style>

background-color css

<style>
 a { background-color: #52577F; }

 a { background-color: rgb(82,87,127); }

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

border-color css

<style>
 span { border-color: #52577F; }

 span { border-color: rgb(82,87,127); }

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