Html Css Color HEX #535F7C Chambray

📋 copy color: '#535F7C'

red 83 ◦ green 95 ◦ blue 124

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

Shades of Chambray #535F7C

Tints of Chambray #535F7C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.46%

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

R = 27.48%
G = 31.46%
B = 41.06%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#535F7C (or 0x535F7C) is known color: Chambray. HEX triplet: 53, 5F and 7C. RGB value is (83,95,124). Sum of RGB (Red+Green+Blue) = 83+95+124=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 124 - color contains mainly: blue. Hex color #535F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535F7C is #ACA083. Grayscale: #5E5E5E. Windows color (decimal): -11313284 or 8150867. OLE color: 8150867.

HSL color Cylindrical-coordinate representation of color #535F7C: hue angle of 222.44º 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 #535F7C is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 95 124 -
CMYK 0.33 0.23 0 0.51
HSL 222.44º 0.2% 0.41% -
HSV(B) 222.44º 0.33% 0.49% -
XYZ 11.3 11.48 20.69 -
YUV 94.72 144.52 119.64 -
System Red Green Blue C M Y K H S L
Decimal 83 95 124 0.33 0.23 0 0.51 222.44 0.2 0.41
Hex 53 5F 7C 21 17 0 33 DE 14 29
Octal 123 137 174 41 27 0 63 336 24 51
Binary 1010011 1011111 1111100 100001 10111 0 110011 11011110 10100 101001

Color Harmonies of #535F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535F7C

Black with #535F7C

Text Example


Text Example

White with #535F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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