Html Css Color HEX #52627F Chambray

📋 copy color: '#52627F'

red 82 ◦ green 98 ◦ blue 127

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

Shades of Chambray #52627F

Tints of Chambray #52627F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.92%

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

R = 26.71%
G = 31.92%
B = 41.37%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#52627F (or 0x52627F) is known color: Chambray. HEX triplet: 52, 62 and 7F. RGB value is (82,98,127). Sum of RGB (Red+Green+Blue) = 82+98+127=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 127 - color contains mainly: blue. Hex color #52627F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52627F is #AD9D80. Grayscale: #606060. Windows color (decimal): -11378049 or 8348242. OLE color: 8348242.

HSL color Cylindrical-coordinate representation of color #52627F: hue angle of 218.67º 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 #52627F is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 98 127 -
CMYK 0.35 0.23 0 0.50
HSL 218.67º 0.22% 0.41% -
HSV(B) 218.67º 0.35% 0.5% -
XYZ 11.68 12.06 21.79 -
YUV 96.52 145.2 117.64 -
System Red Green Blue C M Y K H S L
Decimal 82 98 127 0.35 0.23 0 0.50 218.67 0.22 0.41
Hex 52 62 7F 23 17 0 32 DB 16 29
Octal 122 142 177 43 27 0 62 333 26 51
Binary 1010010 1100010 1111111 100011 10111 0 110010 11011011 10110 101001

Color Harmonies of #52627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52627F

Black with #52627F

Text Example


Text Example

White with #52627F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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