Html Css Color HEX #535F7F Chambray

📋 copy color: '#535F7F'

red 83 ◦ green 95 ◦ blue 127

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

Shades of Chambray #535F7F

Tints of Chambray #535F7F

RGB

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

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

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

R = 27.21%
G = 31.15%
B = 41.64%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#535F7F (or 0x535F7F) is known color: Chambray. HEX triplet: 53, 5F and 7F. RGB value is (83,95,127). Sum of RGB (Red+Green+Blue) = 83+95+127=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 95 (37.5% from 255 or 31.15% 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 #535F7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535F7F is #ACA080. Grayscale: #5E5E5E. Windows color (decimal): -11313281 or 8347475. OLE color: 8347475.

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

Color convert

RGB 83 95 127 -
CMYK 0.35 0.25 0 0.50
HSL 223.64º 0.21% 0.41% -
HSV(B) 223.64º 0.35% 0.5% -
XYZ 11.49 11.56 21.7 -
YUV 95.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 83 95 127 0.35 0.25 0 0.50 223.64 0.21 0.41
Hex 53 5F 7F 23 19 0 32 E0 15 29
Octal 123 137 177 43 31 0 62 340 25 51
Binary 1010011 1011111 1111111 100011 11001 0 110010 11100000 10101 101001

Color Harmonies of #535F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535F7F

Black with #535F7F

Text Example


Text Example

White with #535F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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