Html Css Color HEX #535C7F Chambray

📋 copy color: '#535C7F'

red 83 ◦ green 92 ◦ blue 127

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

Shades of Chambray #535C7F

Tints of Chambray #535C7F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.46%

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

R = 27.48%
G = 30.46%
B = 42.05%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#535C7F (or 0x535C7F) is known color: Chambray. HEX triplet: 53, 5C and 7F. RGB value is (83,92,127). Sum of RGB (Red+Green+Blue) = 83+92+127=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 127 - color contains mainly: blue. Hex color #535C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C7F is #ACA380. Grayscale: #5D5D5D. Windows color (decimal): -11314049 or 8346707. OLE color: 8346707.

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

Color convert

RGB 83 92 127 -
CMYK 0.35 0.28 0 0.50
HSL 227.73º 0.21% 0.41% -
HSV(B) 227.73º 0.35% 0.5% -
XYZ 11.23 11.03 21.62 -
YUV 93.3 147.02 120.65 -
System Red Green Blue C M Y K H S L
Decimal 83 92 127 0.35 0.28 0 0.50 227.73 0.21 0.41
Hex 53 5C 7F 23 1C 0 32 E4 15 29
Octal 123 134 177 43 34 0 62 344 25 51
Binary 1010011 1011100 1111111 100011 11100 0 110010 11100100 10101 101001

Color Harmonies of #535C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535C7F

Black with #535C7F

Text Example


Text Example

White with #535C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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