Html Css Color HEX #535D7C Chambray

📋 copy color: '#535D7C'

red 83 ◦ green 93 ◦ blue 124

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

Shades of Chambray #535D7C

Tints of Chambray #535D7C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31%

 BLUE value IS 124 (48.83% from 255) = 41.33%

R = 27.67%
G = 31%
B = 41.33%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#535D7C (or 0x535D7C) is known color: Chambray. HEX triplet: 53, 5D and 7C. RGB value is (83,93,124). Sum of RGB (Red+Green+Blue) = 83+93+124=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 124 - color contains mainly: blue. Hex color #535D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D7C is #ACA283. Grayscale: #5D5D5D. Windows color (decimal): -11313796 or 8150355. OLE color: 8150355.

HSL color Cylindrical-coordinate representation of color #535D7C: hue angle of 225.37º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #535D7C is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 93 124 -
CMYK 0.33 0.25 0 0.51
HSL 225.37º 0.2% 0.41% -
HSV(B) 225.37º 0.33% 0.49% -
XYZ 11.12 11.12 20.63 -
YUV 93.54 145.19 120.48 -
System Red Green Blue C M Y K H S L
Decimal 83 93 124 0.33 0.25 0 0.51 225.37 0.2 0.41
Hex 53 5D 7C 21 19 0 33 E1 14 29
Octal 123 135 174 41 31 0 63 341 24 51
Binary 1010011 1011101 1111100 100001 11001 0 110011 11100001 10100 101001

Color Harmonies of #535D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535D7C

Black with #535D7C

Text Example


Text Example

White with #535D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535D7C; }

 p { color: rgb(83,93,124); }

 H1.HeaderClassName
 {
   color: #535D7C;
 }
 .AnyTagClassName
 {
   color: #535D7C;
 }
</style>

background-color css

<style>
 a { background-color: #535D7C; }

 a { background-color: rgb(83,93,124); }

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

border-color css

<style>
 span { border-color: #535D7C; }

 span { border-color: rgb(83,93,124); }

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