Html Css Color HEX #52607F Chambray

📋 copy color: '#52607F'

red 82 ◦ green 96 ◦ blue 127

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

Shades of Chambray #52607F

Tints of Chambray #52607F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.48%

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

R = 26.89%
G = 31.48%
B = 41.64%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#52607F (or 0x52607F) is known color: Chambray. HEX triplet: 52, 60 and 7F. RGB value is (82,96,127). Sum of RGB (Red+Green+Blue) = 82+96+127=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 127 - color contains mainly: blue. Hex color #52607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52607F is #AD9F80. Grayscale: #5F5F5F. Windows color (decimal): -11378561 or 8347730. OLE color: 8347730.

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

Color convert

RGB 82 96 127 -
CMYK 0.35 0.24 0 0.50
HSL 221.33º 0.22% 0.41% -
HSV(B) 221.33º 0.35% 0.5% -
XYZ 11.49 11.69 21.73 -
YUV 95.35 145.86 118.48 -
System Red Green Blue C M Y K H S L
Decimal 82 96 127 0.35 0.24 0 0.50 221.33 0.22 0.41
Hex 52 60 7F 23 18 0 32 DD 16 29
Octal 122 140 177 43 30 0 62 335 26 51
Binary 1010010 1100000 1111111 100011 11000 0 110010 11011101 10110 101001

Color Harmonies of #52607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52607F

Black with #52607F

Text Example


Text Example

White with #52607F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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