Html Css Color HEX #53607F Chambray

📋 copy color: '#53607F'

red 83 ◦ green 96 ◦ blue 127

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

Shades of Chambray #53607F

Tints of Chambray #53607F

RGB

 RED value IS 83 (32.81% from 255) = 27.12%

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

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

R = 27.12%
G = 31.37%
B = 41.5%

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

#53607F (or 0x53607F) is known color: Chambray. HEX triplet: 53, 60 and 7F. RGB value is (83,96,127). Sum of RGB (Red+Green+Blue) = 83+96+127=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 127 - color contains mainly: blue. Hex color #53607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53607F is #AC9F80. Grayscale: #5F5F5F. Windows color (decimal): -11313025 or 8347731. OLE color: 8347731.

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

Color convert

RGB 83 96 127 -
CMYK 0.35 0.24 0 0.50
HSL 222.27º 0.21% 0.41% -
HSV(B) 222.27º 0.35% 0.5% -
XYZ 11.58 11.74 21.73 -
YUV 95.65 145.69 118.98 -
System Red Green Blue C M Y K H S L
Decimal 83 96 127 0.35 0.24 0 0.50 222.27 0.21 0.41
Hex 53 60 7F 23 18 0 32 DE 15 29
Octal 123 140 177 43 30 0 62 336 25 51
Binary 1010011 1100000 1111111 100011 11000 0 110010 11011110 10101 101001

Color Harmonies of #53607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53607F

Black with #53607F

Text Example


Text Example

White with #53607F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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